Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gap.cpp38 static BluetoothHost *g_BluetoothHost; member
277 if (g_BluetoothHost == nullptr) { in EnableBle()
278 g_BluetoothHost = &BluetoothHost::GetDefaultHost(); in EnableBle()
281 if (g_BluetoothHost->IsBleEnabled()) { in EnableBle()
286 int32_t ret = g_BluetoothHost->EnableBle(); in EnableBle()
297 if (g_BluetoothHost == nullptr) { in DisableBle()
298 g_BluetoothHost = &BluetoothHost::GetDefaultHost(); in DisableBle()
301 if (!g_BluetoothHost->IsBleEnabled()) { in DisableBle()
306 int ret = g_BluetoothHost->DisableBle(); in DisableBle()
317 if (g_BluetoothHost in EnableBt()
[all...]

Completed in 2 milliseconds