Home
last modified time | relevance | path

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

/hardware/interfaces/bluetooth/1.0/default/
Dbluetooth_hci.cc53 BluetoothHci::BluetoothHci() in BluetoothHci() function in android::hardware::bluetooth::V1_0::implementation::BluetoothHci
56 Return<void> BluetoothHci::initialize( in initialize()
110 Return<void> BluetoothHci::close() { in close()
117 Return<void> BluetoothHci::sendHciCommand(const hidl_vec<uint8_t>& command) { in sendHciCommand()
122 Return<void> BluetoothHci::sendAclData(const hidl_vec<uint8_t>& data) { in sendAclData()
127 Return<void> BluetoothHci::sendScoData(const hidl_vec<uint8_t>& data) { in sendScoData()
132 void BluetoothHci::sendDataToController(const uint8_t type, in sendDataToController()
138 return new BluetoothHci(); in HIDL_FETCH_IBluetoothHci()
Dbluetooth_hci.h37 class BluetoothHci : public IBluetoothHci {
39 BluetoothHci();