HomeSort by relevance Sort by last modified time
    Searched refs:BTPROTO_L2CAP (Results 1 - 8 of 8) sorted by null

  /external/strace/xlat/
bt_protocols.h 11 #if defined(BTPROTO_L2CAP) || (defined(HAVE_DECL_BTPROTO_L2CAP) && HAVE_DECL_BTPROTO_L2CAP)
12 XLAT(BTPROTO_L2CAP),
  /external/autotest/client/site_tests/kernel_ProtocolCheck/
kernel_ProtocolCheck.py 16 BTPROTO_L2CAP = 0
28 Protocol('L2CAP', AF_BLUETOOTH, socket.SOCK_STREAM, BTPROTO_L2CAP),
  /external/autotest/client/common_lib/cros/bluetooth/
bluetooth_sdp_socket.py 87 proto=btsocket.BTPROTO_L2CAP)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
socketmodule.c 390 #define BTPROTO_L2CAP BLUETOOTH_PROTO_L2CAP
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
socketmodule.c 385 #define BTPROTO_L2CAP BLUETOOTH_PROTO_L2CAP
1050 case BTPROTO_L2CAP:
    [all...]
  /external/python/cpython2/Modules/
socketmodule.c 414 #define BTPROTO_L2CAP BLUETOOTH_PROTO_L2CAP
    [all...]
  /external/scapy/scapy/layers/
bluetooth.py 819 socket.BTPROTO_L2CAP)
    [all...]
  /external/python/cpython3/Modules/
socketmodule.c 431 #define BTPROTO_L2CAP BLUETOOTH_PROTO_L2CAP
    [all...]

Completed in 325 milliseconds