Home
last modified time | relevance | path

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

/external/bluetooth/bluez/lib/bluetooth/
Dbluetooth.h45 #define BTPROTO_HCI 1 macro
/external/bluetooth/bluez/src/
Dandroid_bluez.c105 int sock = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI); in get_hci_sock()
Ddbus-common.c73 sk = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI); in system_bus_reconnect()
/external/bluetooth/bluez/lib/
Dhci.c817 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/
Dhciops.c342 sock = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI); in hciops_setup()
/external/bluetooth/hcidump/src/
Dhcidump.c587 sk = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI); in open_socket()
/external/bluetooth/bluez/tools/
Dhciconfig.c1777 if ((ctl = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI)) < 0) { in main()