Searched refs:sendDataToController (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/bluetooth/1.0/default/ |
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
|
D | bluetooth_hci.h | 48 void sendDataToController(const uint8_t type, const hidl_vec<uint8_t>& data);
|
/hardware/interfaces/bluetooth/1.1/default/ |
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
|
D | bluetooth_hci.h | 52 void sendDataToController(const uint8_t type, const hidl_vec<uint8_t>& data);
|