Home
last modified time | relevance | path

Searched refs:BTPROTO_HCI (Results 1 – 19 of 19) sorted by relevance

/external/strace/xlat/
Dbt_protocols.h13 #if defined(BTPROTO_HCI) || (defined(HAVE_DECL_BTPROTO_HCI) && HAVE_DECL_BTPROTO_HCI)
15 static_assert((BTPROTO_HCI) == (1), "BTPROTO_HCI != 1");
18 # define BTPROTO_HCI 1
74 [BTPROTO_HCI] = XLAT(BTPROTO_HCI),
Dbt_protocols.in3 BTPROTO_HCI 1
/external/autotest/client/profilers/powertop/src/
Dbluetooth.c42 #define BTPROTO_HCI 1 macro
111 fd = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI); in suggest_bluetooth_off()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dbluetooth_linux.go12 BTPROTO_HCI = 1 const
/external/adhd/cras/src/common/
Dbluetooth.h23 #define BTPROTO_HCI 1 macro
/external/syzkaller/sys/linux/
Dsocket_bluetooth_ppc64le.const10 BTPROTO_HCI = 1
Dsocket_bluetooth_arm64.const10 BTPROTO_HCI = 1
Dsocket_bluetooth_386.const10 BTPROTO_HCI = 1
Dsocket_bluetooth_arm.const10 BTPROTO_HCI = 1
Dsocket_bluetooth_amd64.const10 BTPROTO_HCI = 1
Dsocket_bluetooth.txt22 syz_init_net_socket$bt_hci(fam const[AF_BLUETOOTH], type const[SOCK_RAW], proto const[BTPROTO_HCI])…
/external/libpcap/
Dpcap-bt-linux.c80 sock = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI); in bt_findalldevs()
228 handle->fd = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI); in bt_activate()
Dpcap-bt-monitor-linux.c208 handle->fd = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI); in bt_monitor_activate()
/external/adhd/cras/src/server/
Dcras_bt_adapter.c46 ctl = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI); in cras_bt_adapter_query_bus_type()
/external/python/cpython2/Modules/
Dsocketmodule.c416 #define BTPROTO_HCI BLUETOOTH_PROTO_HCI macro
430 #define SOL_HCI BTPROTO_HCI
1160 case BTPROTO_HCI: in makesockaddr()
1457 case BTPROTO_HCI: in getsockaddrarg()
1677 case BTPROTO_HCI: in getsockaddrlen()
4804 PyModule_AddIntConstant(m, "BTPROTO_HCI", BTPROTO_HCI);
/external/python/cpython3/Modules/
Dsocketmodule.c456 #define BTPROTO_HCI BLUETOOTH_PROTO_HCI macro
470 #define SOL_HCI BTPROTO_HCI
1362 case BTPROTO_HCI: in makesockaddr()
1831 case BTPROTO_HCI: in getsockaddrarg()
2264 case BTPROTO_HCI: in getsockaddrlen()
7012 PyModule_AddIntMacro(m, BTPROTO_HCI);
/external/autotest/client/common_lib/cros/bluetooth/
Dbluetooth_socket.py257 proto=btsocket.BTPROTO_HCI)
/external/scapy/scapy/layers/
Dbluetooth.py840 s = socket.socket(socket.AF_BLUETOOTH, socket.SOCK_RAW, socket.BTPROTO_HCI)
/external/python/cpython3/Doc/library/
Dsocket.rst139 - :const:`BTPROTO_HCI` accepts ``(device_id,)`` where ``device_id`` is
479 For use with :const:`BTPROTO_HCI`. :const:`HCI_FILTER` is not