Home
last modified time | relevance | path

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

/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/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()