Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm.c416 int BTM_Enable(int controller) in BTM_Enable() function
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dbtm.h58 int BTSTACK_API BTM_Enable(int controller);
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.cpp175 bool ret = (BTM_Enable(LE_CONTROLLER) == BT_SUCCESS); in EnableTask()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter.cpp72 btmEnableSuccess_ = (BTM_Enable(BREDR_CONTROLLER) == BT_SUCCESS); in StartUp()
73 ClassicUtils::CheckReturnValue("ClassicAdapter", "BTM_Enable", btmEnableSuccess_); in StartUp()

Completed in 8 milliseconds