HomeSort by: relevance | last modified time | path
    Searched refs:rfcomm (Results 1 - 24 of 24) sorted by relevancy

  /src/sys/netbt/
Makefile 4 INCS= bluetooth.h hci.h l2cap.h rfcomm.h sco.h
Makefile 4 INCS= bluetooth.h hci.h l2cap.h rfcomm.h sco.h
bt_proto.c 49 #include <netbt/rfcomm.h>
93 { /* RFCOMM */
bt_proto.c 49 #include <netbt/rfcomm.h>
93 { /* RFCOMM */
bt_sysctl.c 46 #include <netbt/rfcomm.h>
188 CTLTYPE_NODE, "rfcomm",
rfcomm_socket.c 54 #include <netbt/rfcomm.h>
58 * RFCOMM SOCK_STREAM Sockets - serial line emulation
395 * RFCOMM callbacks
510 PR_WRAP_USRREQS(rfcomm)
bt_sysctl.c 46 #include <netbt/rfcomm.h>
188 CTLTYPE_NODE, "rfcomm",
rfcomm_socket.c 54 #include <netbt/rfcomm.h>
58 * RFCOMM SOCK_STREAM Sockets - serial line emulation
395 * RFCOMM callbacks
510 PR_WRAP_USRREQS(rfcomm)
hci_ioctl.c 48 #include <netbt/rfcomm.h>
99 uprintf("RFCOMM:\n");
hci_ioctl.c 48 #include <netbt/rfcomm.h>
99 uprintf("RFCOMM:\n");
rfcomm_dlc.c 47 #include <netbt/rfcomm.h>
rfcomm_upper.c 47 #include <netbt/rfcomm.h>
51 * RFCOMM DLC - Upper Protocol API
53 * Currently the only 'Port Emulation Entity' is the RFCOMM socket code
61 * attach a new RFCOMM DLC to handle, populate with reasonable defaults
132 * Initiate connection of RFCOMM DLC to remote address.
158 * We are allowed only one RFCOMM session between any 2 Bluetooth
220 * disconnect RFCOMM DLC
275 * detach RFCOMM DLC from handle
rfcomm_dlc.c 47 #include <netbt/rfcomm.h>
rfcomm_upper.c 47 #include <netbt/rfcomm.h>
51 * RFCOMM DLC - Upper Protocol API
53 * Currently the only 'Port Emulation Entity' is the RFCOMM socket code
61 * attach a new RFCOMM DLC to handle, populate with reasonable defaults
132 * Initiate connection of RFCOMM DLC to remote address.
158 * We are allowed only one RFCOMM session between any 2 Bluetooth
220 * disconnect RFCOMM DLC
275 * detach RFCOMM DLC from handle
rfcomm_session.c 48 #include <netbt/rfcomm.h>
52 * RFCOMM Multiplexer Sessions sit directly on L2CAP channels, and can
101 * RFCOMM System Parameters (see section 5.3)
261 * Find active rfcomm session matching src and dest addresses
333 * RFCOMM Session L2CAP protocol callbacks
367 rs->rs_mtu -= 6; /* (RFCOMM overhead could be this big) */
422 * only one RFCOMM session is allowed between any two devices
606 * RFCOMM frame contained in each L2CAP frame.
712 * RFCOMM Session receive processing
1013 * Only single octet types are defined in TS 07.10/RFCOMM spe
    [all...]
rfcomm_session.c 48 #include <netbt/rfcomm.h>
52 * RFCOMM Multiplexer Sessions sit directly on L2CAP channels, and can
101 * RFCOMM System Parameters (see section 5.3)
261 * Find active rfcomm session matching src and dest addresses
333 * RFCOMM Session L2CAP protocol callbacks
367 rs->rs_mtu -= 6; /* (RFCOMM overhead could be this big) */
422 * only one RFCOMM session is allowed between any two devices
606 * RFCOMM frame contained in each L2CAP frame.
712 * RFCOMM Session receive processing
1013 * Only single octet types are defined in TS 07.10/RFCOMM spe
    [all...]
  /src/usr.bin/rfcomm_sppd/
rfcomm_sppd.c 89 #include <netbt/rfcomm.h>
126 int n, lm, rfcomm, tty_in, tty_out; local in function:main
154 case 'c': /* RFCOMM channel */
226 /* open RFCOMM */
228 rfcomm = open_client(&laddr, &raddr, lm, psm, service);
230 rfcomm = open_server(&laddr, psm, channel, lm, service);
267 pfd[1].fd = rfcomm;
279 copy_data(tty_in, rfcomm);
282 copy_data(rfcomm, tty_out);
638 * interested in the L2CAP psm if provided, and the RFCOMM channe
    [all...]
rfcomm_sppd.c 89 #include <netbt/rfcomm.h>
126 int n, lm, rfcomm, tty_in, tty_out; local in function:main
154 case 'c': /* RFCOMM channel */
226 /* open RFCOMM */
228 rfcomm = open_client(&laddr, &raddr, lm, psm, service);
230 rfcomm = open_server(&laddr, psm, channel, lm, service);
267 pfd[1].fd = rfcomm;
279 copy_data(tty_in, rfcomm);
282 copy_data(rfcomm, tty_out);
638 * interested in the L2CAP psm if provided, and the RFCOMM channe
    [all...]
  /src/usr.bin/bthset/
bthset.c 61 #include <netbt/rfcomm.h>
94 static int rf; /* rfcomm connection fd */
95 static int ag; /* rfcomm gateway fd */
117 0x19, 0x00, 0x03, // uuid16 RFCOMM
325 * RFCOMM socket event.
425 * send a message to the RFCOMM socket
489 * Initialise RFCOMM socket
bthset.c 61 #include <netbt/rfcomm.h>
94 static int rf; /* rfcomm connection fd */
95 static int ag; /* rfcomm gateway fd */
117 0x19, 0x00, 0x03, // uuid16 RFCOMM
325 * RFCOMM socket event.
425 * send a message to the RFCOMM socket
489 * Initialise RFCOMM socket
  /src/usr.sbin/sdpd/
compat.c 37 #include <netbt/rfcomm.h>
compat.c 37 #include <netbt/rfcomm.h>
  /src/sys/dev/bluetooth/
btsco.c 54 #include <netbt/rfcomm.h>
107 uint8_t sc_channel; /* RFCOMM channel */
btsco.c 54 #include <netbt/rfcomm.h>
107 uint8_t sc_channel; /* RFCOMM channel */

Completed in 62 milliseconds