Home
last modified time | relevance | path

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

/system/bt/hci/src/
Dhci_layer_linux.cc46 #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/
Dbluetooth_hci.cc31 #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/
Dhci_hal_host.cc54 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()