Home
last modified time | relevance | path

Searched refs:BluetoothHciCallbacks (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/hardware/include/
H A Dbluetooth_hci_callbacks.h41 class BluetoothHciCallbacks : public IHciCallback { class
43 BluetoothHciCallbacks(BtHciCallbacks *callbacks) : callbacks_(callbacks) in BluetoothHciCallbacks() function in BluetoothHciCallbacks
45 virtual ~BluetoothHciCallbacks() in ~BluetoothHciCallbacks()
/foundation/communication/bluetooth_service/services/bluetooth/hardware/src/
H A Dbluetooth_hci_callbacks.cpp19 NO_SANITIZE("cfi") int32_t BluetoothHciCallbacks::OnInited(BtStatus status) in OnInited()
31 NO_SANITIZE("cfi") int32_t BluetoothHciCallbacks::OnReceivedHciPacket(BtType type, const std::vector<uint8_t> &data) in OnReceivedHciPacket()
H A Dbluetooth_hdi.cpp23 static OHOS::sptr<BluetoothHciCallbacks> g_bluetoothHciCallbacks = nullptr;
36 g_bluetoothHciCallbacks = new (std::nothrow) BluetoothHciCallbacks(callbacks); in HdiInit()

Completed in 2 milliseconds