Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm.c206 if (BTM_Disable(LE_CONTROLLER) != BT_SUCCESS) { in BTM_Close()
420 if (controller != BREDR_CONTROLLER && controller != LE_CONTROLLER) { in BTM_Enable()
442 } else if (controller == LE_CONTROLLER) { in BTM_Enable()
466 if (controller != BREDR_CONTROLLER && controller != LE_CONTROLLER) { in BTM_Disable()
484 } else if (controller == LE_CONTROLLER) { in BTM_Disable()
515 } else if (controller == LE_CONTROLLER) { in BTM_IsEnabled()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dbtm.h50 #define LE_CONTROLLER 2 macro
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.cpp178 bool ret = (BTM_Enable(LE_CONTROLLER) == BT_SUCCESS); in EnableTask()
272 ret = (BTM_Disable(LE_CONTROLLER) == BT_SUCCESS); in DisableTask()