Searched refs:sendDataToController (Results 1 – 6 of 6) sorted by relevance
/aosp12/hardware/interfaces/bluetooth/1.1/default/ |
H A D | bluetooth_hci.cc | 169 sendDataToController(HCI_DATA_TYPE_COMMAND, command); in sendHciCommand() 174 sendDataToController(HCI_DATA_TYPE_ACL, data); in sendAclData() 179 sendDataToController(HCI_DATA_TYPE_SCO, data); in sendScoData() 184 sendDataToController(HCI_DATA_TYPE_ISO, data); in sendIsoData() 188 void BluetoothHci::sendDataToController(const uint8_t type, in sendDataToController() function in android::hardware::bluetooth::V1_1::implementation::BluetoothHci
|
H A D | bluetooth_hci.h | 52 void sendDataToController(const uint8_t type, const hidl_vec<uint8_t>& data);
|
/aosp12/hardware/interfaces/bluetooth/1.0/default/ |
H A D | bluetooth_hci.cc | 121 sendDataToController(HCI_DATA_TYPE_COMMAND, command); in sendHciCommand() 126 sendDataToController(HCI_DATA_TYPE_ACL, data); in sendAclData() 131 sendDataToController(HCI_DATA_TYPE_SCO, data); in sendScoData() 135 void BluetoothHci::sendDataToController(const uint8_t type, in sendDataToController() function in android::hardware::bluetooth::V1_0::implementation::BluetoothHci
|
H A D | bluetooth_hci.h | 48 void sendDataToController(const uint8_t type, const hidl_vec<uint8_t>& data);
|
/aosp12/system/bt/vendor_libs/linux/interface/ |
H A D | bluetooth_hci.cc | 339 sendDataToController(HCI_DATA_TYPE_COMMAND, command); in sendHciCommand() 344 sendDataToController(HCI_DATA_TYPE_ACL, data); in sendAclData() 349 sendDataToController(HCI_DATA_TYPE_SCO, data); in sendScoData() 354 sendDataToController(HCI_DATA_TYPE_ISO, data); in sendIsoData() 358 void BluetoothHci::sendDataToController(const uint8_t type, in sendDataToController() function in android::hardware::bluetooth::V1_1::btlinux::BluetoothHci
|
H A D | bluetooth_hci.h | 74 void sendDataToController(const uint8_t type, const hidl_vec<uint8_t>& data);
|