Home
last modified time | relevance | path

Searched refs:get_is_ready (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/device/include/device/
Dcontroller.h35 bool (*get_is_ready)(void); member
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_devctl.c233 return controller_get_interface()->get_is_ready(); in BTM_IsDeviceUp()
456 if (!controller_get_interface()->get_is_ready()) { in BTM_SetLocalDeviceName()
582 if (!controller_get_interface()->get_is_ready()) { in BTM_SetDeviceClass()
1051 if (!controller_get_interface()->get_is_ready()) { in BTM_SetAfhChannels()
1124 if (!controller_get_interface()->get_is_ready()) { in BTM_BleSetChannels()
Dbtm_inq.c180 if (!controller_get_interface()->get_is_ready()) { in BTM_SetDiscoverability()
601 if (!controller_get_interface()->get_is_ready()) { in BTM_SetConnectability()
Dbtm_sec.c393 && controller_get_interface()->get_is_ready() ) { in BTM_SetPinType()
2634 if (!controller_get_interface()->get_is_ready()) { in btm_sec_conn_req()
/hal_espressif-latest/components/bt/host/bluedroid/device/
Dcontroller.c320 static bool get_is_ready(void) in get_is_ready() function
538 get_is_ready,