Searched refs:AF_BLUETOOTH (Results 1 – 17 of 17) sorted by relevance
/external/autotest/client/site_tests/kernel_ProtocolCheck/ |
D | kernel_ProtocolCheck.py | 15 AF_BLUETOOTH = 31 variable 26 Protocol('RFCOMM', AF_BLUETOOTH, socket.SOCK_STREAM, BTPROTO_RFCOMM), 27 Protocol('RFCOMM', AF_BLUETOOTH, socket.SOCK_SEQPACKET, BTPROTO_SCO), 28 Protocol('L2CAP', AF_BLUETOOTH, socket.SOCK_STREAM, BTPROTO_L2CAP), 29 Protocol('HCI', AF_BLUETOOTH, socket.SOCK_RAW, BTPROTO_HCI),
|
/external/strace/xlat/ |
D | addrfams.h | 95 #if !(defined(AF_BLUETOOTH) || (defined(HAVE_DECL_AF_BLUETOOTH) && HAVE_DECL_AF_BLUETOOTH)) 96 # define AF_BLUETOOTH 31 macro 166 XLAT(AF_BLUETOOTH),
|
D | addrfams.in | 32 AF_BLUETOOTH 31
|
/external/strace/tests/ |
D | net-sockaddr.c | 394 hci->hci_family = AF_BLUETOOTH; in check_hci() 408 .sco_family = AF_BLUETOOTH, in check_sco() 427 .rc_family = AF_BLUETOOTH, in check_rc() 449 .l2_family = AF_BLUETOOTH, in check_l2() 491 u.sa->sa_family = AF_BLUETOOTH; in check_raw()
|
/external/strace/tests-mx32/ |
D | net-sockaddr.c | 394 hci->hci_family = AF_BLUETOOTH; in check_hci() 408 .sco_family = AF_BLUETOOTH, in check_sco() 427 .rc_family = AF_BLUETOOTH, in check_rc() 449 .l2_family = AF_BLUETOOTH, in check_l2() 491 u.sa->sa_family = AF_BLUETOOTH; in check_raw()
|
/external/strace/tests-m32/ |
D | net-sockaddr.c | 394 hci->hci_family = AF_BLUETOOTH; in check_hci() 408 .sco_family = AF_BLUETOOTH, in check_sco() 427 .rc_family = AF_BLUETOOTH, in check_rc() 449 .l2_family = AF_BLUETOOTH, in check_l2() 491 u.sa->sa_family = AF_BLUETOOTH; in check_raw()
|
/external/libpcap/ |
D | pcap-bt-linux.c | 84 sock = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI); in bt_findalldevs() 217 handle->fd = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI); in bt_activate() 258 addr.hci_family = AF_BLUETOOTH; in bt_activate()
|
D | pcap-bt-monitor-linux.c | 178 handle->fd = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI); in bt_monitor_activate() 193 addr.hci_family = AF_BLUETOOTH; in bt_monitor_activate()
|
/external/valgrind/memcheck/tests/linux/ |
D | rfcomm.vgtest | 4 # Will exit -1 if AF_BLUETOOTH not supported
|
/external/autotest/client/profilers/powertop/src/ |
D | bluetooth.c | 111 fd = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI); in suggest_bluetooth_off()
|
/external/strace/ |
D | sockaddr.c | 254 [AF_BLUETOOTH] = { print_sockaddr_data_bt, SIZEOF_SA_FAMILY + 1 },
|
D | net.c | 156 case AF_BLUETOOTH: in SYS_FUNC()
|
D | ChangeLog | 8671 net.c: fix printing AF_BLUETOOTH socket addresses. 8819 net.c: use AF_BLUETOOTH unconditionally. 8821 for AF_BLUETOOTH availability. 23353 * net.c [AF_BLUETOOTH && HAVE_BLUETOOTH_BLUETOOTH_H]: Include bluetooth 23356 (printsock) [AF_BLUETOOTH && HAVE_BLUETOOTH_BLUETOOTH_H]: Dump details 23357 for AF_BLUETOOTH sockets.
|
/external/autotest/client/common_lib/cros/bluetooth/ |
D | bluetooth_sdp_socket.py | 85 super(BluetoothSDPSocket, self).__init__(family=btsocket.AF_BLUETOOTH,
|
D | bluetooth_socket.py | 255 super(BluetoothSocket, self).__init__(family=btsocket.AF_BLUETOOTH,
|
/external/libnl/lib/ |
D | addr.c | 1041 __ADD(AF_BLUETOOTH,bluetooth)
|
/external/valgrind/ |
D | NEWS | 1175 320116 bind on AF_BLUETOOTH produces warnings because of sockaddr_rc padding
|