Searched refs:BTPROTO_HCI (Results 1 – 7 of 7) sorted by relevance
/external/bluetooth/bluez/lib/bluetooth/ |
D | bluetooth.h | 45 #define BTPROTO_HCI 1 macro
|
/external/bluetooth/bluez/src/ |
D | android_bluez.c | 105 int sock = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI); in get_hci_sock()
|
D | dbus-common.c | 73 sk = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI); in system_bus_reconnect()
|
/external/bluetooth/bluez/lib/ |
D | hci.c | 817 sk = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI); in hci_for_each_dev() 909 dd = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI); in hci_devinfo() 964 dd = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI); in hci_inquiry() 1020 dd = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI); in hci_open_dev()
|
/external/bluetooth/bluez/plugins/ |
D | hciops.c | 342 sock = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI); in hciops_setup()
|
/external/bluetooth/hcidump/src/ |
D | hcidump.c | 587 sk = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI); in open_socket()
|
/external/bluetooth/bluez/tools/ |
D | hciconfig.c | 1777 if ((ctl = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI)) < 0) { in main()
|