Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hal/
Dmgmt.cc49 constexpr static uint8_t BTPROTO_HCI = 1; variable
54 int fd = socket(PF_BLUETOOTH, SOCK_RAW | SOCK_NONBLOCK, BTPROTO_HCI); in btsocket_open_mgmt()
Dhci_hal_host.cc58 constexpr uint8_t BTPROTO_HCI = 1; variable
98 fd = socket(PF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI); in waitHciDev()
191 int socket_fd = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI); in ConnectToSocket()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sco_hfp_hal_linux.cc132 constexpr uint8_t BTPROTO_HCI = 1; variable
137 int fd = socket(PF_BLUETOOTH, SOCK_RAW | SOCK_NONBLOCK, BTPROTO_HCI); in btsocket_open_mgmt()
/packages/modules/Bluetooth/system/gd/rust/linux/utils/src/
Dsocket.rs13 const BTPROTO_HCI: u8 = 1; constant
292 BTPROTO_HCI.into(), in open()