Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/hardware/src/
H A Dbluetooth_hdi.cpp23 static OHOS::sptr<BluetoothHciCallbacks> g_bluetoothHciCallbacks = nullptr; variable
36 g_bluetoothHciCallbacks = new (std::nothrow) BluetoothHciCallbacks(callbacks); in HdiInit()
37 if (g_bluetoothHciCallbacks == nullptr) { in HdiInit()
41 int32_t result = iBtHci->Init(g_bluetoothHciCallbacks); in HdiInit()
84 if (g_bluetoothHciCallbacks != nullptr) { in HdiClose()
85 g_bluetoothHciCallbacks = nullptr; in HdiClose()