Searched refs:BluetoothHci (Results 1 – 3 of 3) sorted by relevance
35 BluetoothHci::BluetoothHci() in BluetoothHci() function in android::hardware::bluetooth::V1_0::hikey::BluetoothHci38 Return<void> BluetoothHci::initialize( in initialize()86 Return<void> BluetoothHci::close() { in close()105 Return<void> BluetoothHci::sendHciCommand(const hidl_vec<uint8_t>& packet) { in sendHciCommand()110 Return<void> BluetoothHci::sendAclData(const hidl_vec<uint8_t>& packet) { in sendAclData()115 Return<void> BluetoothHci::sendScoData(const hidl_vec<uint8_t>& packet) { in sendScoData()
28 using ::android::hardware::bluetooth::V1_0::hikey::BluetoothHci;33 sp<IBluetoothHci> bluetooth = new BluetoothHci; in main()
46 class BluetoothHci : public IBluetoothHci {48 BluetoothHci();