HomeSort by relevance Sort by last modified time
    Searched refs:l2cap (Results 1 - 25 of 33) sorted by null

1 2

  /external/qemu/hw/
bt-l2cap.c 2 * QEMU Bluetooth L2CAP logic.
53 struct l2cap_instance_s *l2cap; member in struct:l2cap_instance_s::l2cap_chan_s
94 struct l2cap_instance_s l2cap; member in struct:slave_l2cap_instance_s
163 /* L2CAP layer logic (protocol) */
185 static void l2cap_command_reject(struct l2cap_instance_s *l2cap, int id,
196 pkt = l2cap->signalling_ch.params.sdu_out(&l2cap->signalling_ch.params,
208 l2cap->signalling_ch.params.sdu_submit(&l2cap->signalling_ch.params);
211 static void l2cap_command_reject_cid(struct l2cap_instance_s *l2cap, int id
941 struct l2cap_instance_s *l2cap = opaque; local
1235 struct slave_l2cap_instance_s *l2cap; local
1253 struct l2cap_instance_s *l2cap; local
1272 struct l2cap_instance_s *l2cap = local
1282 struct slave_l2cap_instance_s *l2cap = local
1291 struct slave_l2cap_instance_s *l2cap = local
1305 struct l2cap_instance_s *l2cap = local
    [all...]
  /system/bluetooth/tools/
sock_shutdown_bug_l2cap.c 24 #include <bluetooth/l2cap.h>
sock_shutdown_test.c 39 #include <bluetooth/l2cap.h>
45 L2CAP,
89 case L2CAP:
139 case L2CAP:
186 case L2CAP:
268 {"l2cap", L2CAP},
asocket_test.c 39 #include <bluetooth/l2cap.h>
47 L2CAP,
107 case L2CAP:
157 case L2CAP:
217 case L2CAP:
256 case L2CAP:
696 {"l2cap", L2CAP},
socktest.c 40 #include <bluetooth/l2cap.h>
46 L2CAP,
106 case L2CAP:
156 case L2CAP:
216 case L2CAP:
270 case L2CAP:
770 {"l2cap", L2CAP},
  /external/bluetooth/hcidump/
Android.mk 25 parser/l2cap.c \
  /external/bluetooth/bluez/compat/
sdp.c 38 #include <bluetooth/l2cap.h>
383 uuid_t root_uuid, pan, l2cap, bnep; local
415 sdp_uuid16_create(&l2cap, L2CAP_UUID);
416 proto[0] = sdp_list_append(NULL, &l2cap);
572 uuid_t root_uuid, l2cap, rfcomm, dun; local
594 sdp_uuid16_create(&l2cap, L2CAP_UUID);
595 proto[0] = sdp_list_append(NULL, &l2cap);
hidd.c 45 #include <bluetooth/l2cap.h>
pand.c 47 #include <bluetooth/l2cap.h>
224 /* Create L2CAP socket and bind it to PSM BNEP */
227 syslog(LOG_ERR, "Cannot create L2CAP socket. %s(%d)",
243 /* Setup L2CAP options according to BNEP spec */
247 syslog(LOG_ERR, "Failed to get L2CAP options. %s(%d)",
254 syslog(LOG_ERR, "Failed to set L2CAP options. %s(%d)",
345 syslog(LOG_ERR, "Cannot create L2CAP socket. %s(%d)",
350 /* Setup L2CAP options according to BNEP spec */
  /external/bluetooth/bluez/plugins/
pnat.c 364 uuid_t root_uuid, dun, gn, l2cap, rfcomm; local
389 sdp_uuid16_create(&l2cap, L2CAP_UUID);
390 proto[0] = sdp_list_append(NULL, &l2cap);
  /external/bluetooth/bluez/tools/
sdptool.c 253 { 0x0100, "L2CAP", NULL, 0 },
1161 uuid_t root_uuid, sp_uuid, l2cap, rfcomm; local
1232 uuid_t rootu, dun, gn, l2cap, rfcomm; local
2569 uuid_t root_uuid, l2cap, cmtp, cip; local
2632 uuid_t root_uuid, l2cap, tcsbin, ctp; local
2692 uuid_t root_uuid, l2cap, avdtp, a2src; local
2753 uuid_t root_uuid, l2cap, avdtp, a2snk; local
2814 uuid_t root_uuid, l2cap, avctp, avrct; local
2878 uuid_t root_uuid, l2cap, avctp, avrtg; local
3434 uuid_t root_uuid, proto_uuid, gatt_uuid, l2cap; local
    [all...]
l2ping.c 44 #include <bluetooth/l2cap.h>
256 printf("l2ping - L2CAP ping\n");
ciptool.c 43 #include <bluetooth/l2cap.h>
146 perror("Can't create L2CAP socket");
155 perror("Can't bind L2CAP socket");
164 perror("Can't get L2CAP options");
174 perror("Can't set L2CAP options");
185 perror("Can't connect L2CAP socket");
avinfo.c 45 #include <bluetooth/l2cap.h>
584 printf("Cannot create L2CAP socket. %s(%d)\n", strerror(errno),
  /external/bluetooth/bluez/audio/
control.c 208 uuid_t root_uuid, l2cap, avctp, avrct; local
230 sdp_uuid16_create(&l2cap, L2CAP_UUID);
231 proto[0] = sdp_list_append(0, &l2cap);
272 uuid_t root_uuid, l2cap, avctp, avrtg; local
297 sdp_uuid16_create(&l2cap, L2CAP_UUID);
298 proto[0] = sdp_list_append(0, &l2cap);
  /external/bluetooth/bluez/network/
common.c 40 #include <bluetooth/l2cap.h>
server.c 161 uuid_t root_uuid, pan, l2cap, bnep; local
230 sdp_uuid16_create(&l2cap, L2CAP_UUID);
231 proto[0] = sdp_list_append(NULL, &l2cap);
  /external/bluetooth/bluez/src/
sdpd-database.c 37 #include <bluetooth/l2cap.h>
sdpd-server.c 40 #include <bluetooth/l2cap.h>
58 * l2cap and unix sockets over which discovery and registration clients
74 /* Create L2CAP socket */
77 error("opening L2CAP socket: %s", strerror(errno));
87 error("binding L2CAP socket: %s", strerror(errno));
attrib-server.c 94 uuid_t root_uuid, proto_uuid, l2cap; local
118 sdp_uuid16_create(&l2cap, L2CAP_UUID);
119 proto[0] = sdp_list_append(NULL, &l2cap);
  /external/bluetooth/bluez/cups/
hcrp.c 36 #include <bluetooth/l2cap.h>
  /external/bluetooth/bluez/serial/
proxy.c 151 uuid_t uuid, root_uuid, l2cap, rfcomm; local
177 sdp_uuid16_create(&l2cap, L2CAP_UUID);
178 proto[0] = sdp_list_append(NULL, &l2cap);
  /external/bluetooth/bluez/sap/
server.c 195 uuid_t sap_uuid, gt_uuid, root_uuid, l2cap, rfcomm; local
223 sdp_uuid16_create(&l2cap, L2CAP_UUID);
224 proto[0] = sdp_list_append(NULL, &l2cap);
    [all...]
  /external/bluetooth/bluez/test/
avtest.c 41 #include <bluetooth/l2cap.h>
  /frameworks/base/core/jni/
android_bluetooth_BluetoothSocket.cpp 35 #include <bluetooth/l2cap.h>
40 ((t) == TYPE_RFCOMM ? "RFCOMM" : ((t) == TYPE_SCO ? "SCO" : "L2CAP"))
56 static const int TYPE_L2CAP = 3; // TODO: Test l2cap code paths

Completed in 79 milliseconds

1 2