Home
last modified time | relevance | path

Searched refs:OBEX (Results 1 – 25 of 336) sorted by relevance

12345678910>>...14

/dports/comms/openobex/openobex-1.7.2-Source/doc/
H A Dopenobex.coverpage21 This library tries to implement a generic OBEX Session Protocol. It does not implement the OBEX App…
23 When you read this it's very useful to have a copy of the OBEX specification.
34 First of all you must create an OBEX instance by calling #OBEX_Init.
50 - handle : OBEX handle
51 - obj : OBEX object
78 OBEX Connect is sent as any other OBEX command.
86 You can get any headers sent in response (like in a OBEX Get) by calling #OBEX_ObjectGetNextHeader.
90 \subsubsection putexample_sec OBEX Put example
130 you'll get back a new OBEX handle and the old handle will still be listening to connections.
133 OBEX object is allocated by the library so you do not need to create it yourself.
[all …]
/dports/comms/gammu/gammu-1.42.0/libgammu/protocol/obex/
H A Dobex.c44 GSM_Protocol_OBEXData *d = &s->Protocol.Data.OBEX; in OBEX_StateMachine()
86 GSM_Protocol_OBEXData *d = &s->Protocol.Data.OBEX; in OBEX_Initialise()
99 free(s->Protocol.Data.OBEX.Msg.Buffer); in OBEX_Terminate()
100 s->Protocol.Data.OBEX.Msg.Buffer=NULL; in OBEX_Terminate()
/dports/comms/openobex/openobex-1.7.2-Source/
H A DChangeLog17 Add new example app to find IrDA and USB OBEX devices
33 Add support for using OBEX over IPv6.
46 Fix segmentation fault when receiving invalid OBEX packets.
51 Add support for empty headers for buggy OBEX servers.
66 Advertise OBEX Protocol Version 1.0.
/dports/comms/qt5-connectivity/kde-qtconnectivity-5.15.2p1/src/bluetooth/
H A Dqbluetoothtransferreply_osx.mm77 // OBEX session delegate:
100 // since we need a channel ID to work with OBEX session.
106 // The next step is to create an OBEX session:
136 // The OBEX session will be closed then. If
137 // somehow IOBluetooth/OBEX still has a reference to our
221 Q_ASSERT_X(session.data(), Q_FUNC_INFO, "invalid OBEX session (nil)");
285 // Now that OBEX connect succeeded, we can send an OBEX put request.
396 // Should never be called from an OBEX callback!
412 // using QBluetoothServiceDiscoveryAgent (singleDevice, OBEX uuid filter, start
449 // No service record, no channel ID, no OBEX session.
/dports/net-im/folks/folks-0.15.3/backends/bluez/
H A Dbluez-persona-store.vala497 * @returns the path of the OBEX session D-Bus object
499 * @throws DBusError if it can't create a new OBEX session
507 debug ("Creating a new OBEX session.");
514 debug (" Got OBEX session path: %s", session_path);
519 debug (" Got OBEX PBAP proxy: %p", obex_pbap);
525 * Remove the specified OBEX session from this persona store.
555 warning ("Couldn’t remove OBEX session ‘%s’: %s",
560 warning ("Couldn’t remove OBEX session ‘%s’: %s",
566 * Watch an OBEX transfer identified by its D-Bus path.
597 /* Get an OBEX proxy for the transfer object. */
[all …]
/dports/comms/openobex/openobex-1.7.2-Source/lib/
H A DChangeLog125 * Full "accept" capability in OBEX Server (optional) :
131 * OBEX Server do tell IrDA stack to advertise OBEX hint bit
132 * OBEX Client can do optional hint bit filtering of discovery log
133 * OBEX Client can do optional IAS entry filtering of discovery log
299 A new callback is used when the OBEX-lib wants to write data.
301 * Made code to use OBEX to an R320 over a serial line (see
318 OBEX mailing-list for more info.
/dports/comms/gammu/gammu-1.42.0/cmake/templates/
H A Dgammu-config.h.cmake49 /* Infrared. OBEX */
63 /* Blueooth stack (like Bluez). OBEX */
110 /* AT with OBEX support */
113 /* Automatic switching to OBEX for AT+MODE capable phones */
116 /* OBEX generic models */
H A Dgammu.spec.in152 * OBEX and IrMC capable phones (Sony-Ericsson, Motorola).
180 * OBEX and IrMC capable phones (Sony-Ericsson, Motorola).
215 * OBEX and IrMC capable phones (Sony-Ericsson, Motorola).
238 * OBEX and IrMC capable phones (Sony-Ericsson, Motorola).
260 * OBEX and IrMC capable phones (Sony-Ericsson, Motorola).
/dports/comms/birda/birda-1.3/src/
H A DNOTES7 - receive and send any OBEX objects
49 OBEX connect: version=1.0 flags=0 maxlen=1500 extra bytes=[c3 00 00 00 85]
/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/iobluetooth/
H A DSources.inc8 {$include OBEX.inc}
/dports/comms/openobex/openobex-1.7.2-Source/udev/
H A Dopenobex.rules.in1 #udev script to make USB CDC devices with OBEX accessible to users
/dports/comms/gammu/gammu-1.42.0/
H A Dgammu.spec152 * OBEX and IrMC capable phones (Sony-Ericsson, Motorola).
180 * OBEX and IrMC capable phones (Sony-Ericsson, Motorola).
215 * OBEX and IrMC capable phones (Sony-Ericsson, Motorola).
238 * OBEX and IrMC capable phones (Sony-Ericsson, Motorola).
260 * OBEX and IrMC capable phones (Sony-Ericsson, Motorola).
H A DChangeLog1275 [-] * Handle more OBEX error codes.
1354 [-] * Fixed calculation of OBEX file names, could lead to crash on OBEX
1466 [-] * Improve detection of OBEX support.
1509 [-] * OBEX driver correctly detects models.
1644 * added --identify support to OBEX
2048 * OBEX:
2886 2.receiving files over OBEX
3375 * OBEX module can get & set files
3536 * OBEX module (both irda and bluetooth):
3631 * OBEX module:
[all …]
/dports/comms/qt5-connectivity/kde-qtconnectivity-5.15.2p1/src/bluetooth/osx/
H A Dosxbtobexsession.mm311 // Work only for OBEX put (we request a specific payload length).
312 Q_ASSERT_X(session, Q_FUNC_INFO, "invalid OBEX session (nil)");
473 qCWarning(QT_BT_OSX) << "failed to create an OBEX session";
552 // OBEX connect failed.
563 // ConnectionID is used when multiplexing OBEX connections
587 Q_ASSERT_X(session, Q_FUNC_INFO, "invalid OBEX session (nil)");
617 Q_ASSERT_X(session, Q_FUNC_INFO, "invalid OBEX session (nil)");
726 Q_ASSERT_X(session, Q_FUNC_INFO, "invalid OBEX session (nil)");
828 // do not try any of OBEX commands - the session will be deleted
/dports/multimedia/libv4l/linux-5.13-rc2/net/bluetooth/rfcomm/
H A DKconfig7 support is required for Dialup Networking, OBEX and other Bluetooth
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/bluetooth/rfcomm/
H A DKconfig7 support is required for Dialup Networking, OBEX and other Bluetooth
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/bluetooth/rfcomm/
H A DKconfig7 support is required for Dialup Networking, OBEX and other Bluetooth
/dports/deskutils/nautilus-sendto/nautilus-sendto-3.8.6/po/
H A Den_CA.po163 msgstr "Device does not support OBEX File Transfer"
166 msgid "Bluetooth (OBEX Push)"
167 msgstr "Bluetooth (OBEX Push)"
H A Dor.po147 #~| msgid "Bluetooth (OBEX)"
148 #~ msgid "Bluetooth (OBEX Push)"
149 #~ msgstr "ବ୍ଲୁଟୂଥ (OBEX Push)"
H A Dka.po111 msgid "Bluetooth (OBEX)"
112 msgstr "Bluetooth (OBEX)"
H A Dsq.po104 msgid "Bluetooth (OBEX)"
105 msgstr "Bluetooth (OBEX)"
H A Dpa.po306 #~| msgid "Bluetooth (OBEX)"
307 #~ msgid "Bluetooth (OBEX Push)"
308 #~ msgstr "ਬਲਿਊਟੁੱਥ (OBEX Push)"
H A Dne.po149 #~ msgid "Bluetooth (OBEX Push)"
150 #~ msgstr "ब्लुटुथ् (OBEX पुस)"
/dports/comms/qt5-connectivity/kde-qtconnectivity-5.15.2p1/
H A Dsync.profile18 # BlueZ & OBEX auto-generated headers
/dports/comms/gammu/gammu-1.42.0/docs/config/
H A Dgammurc79 ; OBEX for infrared
104 ; OBEX for Bluetooth stack with DCT4 Nokia models, which don't inform about
107 ; OBEX for Bluetooth stack with other phones (Siemens, other Nokia, etc.)

12345678910>>...14