Home
last modified time | relevance | path

Searched refs:BTM_Disable (Results 1 – 4 of 4) 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()
209 if (BTM_Disable(BREDR_CONTROLLER) != BT_SUCCESS) { in BTM_Close()
463 int BTM_Disable(int controller) in BTM_Disable() function
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dbtm.h66 int BTSTACK_API BTM_Disable(int controller);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.cpp272 ret = (BTM_Disable(LE_CONTROLLER) == BT_SUCCESS); in DisableTask()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter.cpp191 ret &= (BTM_Disable(BREDR_CONTROLLER) == BT_SUCCESS); in DisableBTM()