Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm.c416 int BTM_Enable(int controller) in BTM_Enable() function
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dbtm.h58 int BTSTACK_API BTM_Enable(int controller);
/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()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter.cpp72 btmEnableSuccess_ = (BTM_Enable(BREDR_CONTROLLER) == BT_SUCCESS); in StartUp()