Searched refs:BTPROTO_HCI (Results 1 – 3 of 3) sorted by relevance
/system/bt/hci/src/ |
D | hci_layer_linux.cc | 46 #define BTPROTO_HCI 1 macro 191 int fd = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI); in hci_initialize() 289 fd = socket(PF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI); in wait_hcidev()
|
/system/bt/vendor_libs/linux/interface/ |
D | bluetooth_hci.cc | 31 #define BTPROTO_HCI 1 macro 80 int fd = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI); in openBtHci() 123 fd = socket(PF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI); in waitHciDev()
|
/system/bt/gd/hal/ |
D | hci_hal_host.cc | 54 constexpr uint8_t BTPROTO_HCI = 1; variable 95 fd = socket(PF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI); in waitHciDev() 174 int socket_fd = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI); in ConnectToSocket()
|