Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm.c209 if (BTM_Disable(BREDR_CONTROLLER) != BT_SUCCESS) { in BTM_Close()
420 if (controller != BREDR_CONTROLLER && controller != LE_CONTROLLER) { in BTM_Enable()
432 if (controller == BREDR_CONTROLLER) { in BTM_Enable()
466 if (controller != BREDR_CONTROLLER && controller != LE_CONTROLLER) { in BTM_Disable()
476 if (controller == BREDR_CONTROLLER) { in BTM_Disable()
511 if (controller == BREDR_CONTROLLER) { in BTM_IsEnabled()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dbtm.h49 #define BREDR_CONTROLLER 1 macro
55 * @param controller <b>BREDR_CONTROLLER</b> or <b>LE_CONTROLLER</b>.
63 * @param controller <b>BREDR_CONTROLLER</b> or <b>LE_CONTROLLER</b>.
71 * @param controller <b>BREDR_CONTROLLER</b> or <b>LE_CONTROLLER</b>.
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter.cpp72 btmEnableSuccess_ = (BTM_Enable(BREDR_CONTROLLER) == BT_SUCCESS); in StartUp()
191 ret &= (BTM_Disable(BREDR_CONTROLLER) == BT_SUCCESS); in DisableBTM()

Completed in 6 milliseconds