Searched refs:BTM_IsDeviceUp (Results 1 - 6 of 6) sorted by relevance

/system/bt/stack/l2cap/
H A Dl2c_api.cc310 if (!BTM_IsDeviceUp()) {
521 if (!BTM_IsDeviceUp()) {
974 if (!BTM_IsDeviceUp()) return (false);
1039 if (!BTM_IsDeviceUp()) return (false);
1245 if (!BTM_IsDeviceUp()) {
1683 if (!BTM_IsDeviceUp()) {
1796 if (!BTM_IsDeviceUp()) {
/system/bt/stack/btm/
H A Dbtm_inq.cc266 if (BTM_IsDeviceUp()) {
299 if (BTM_IsDeviceUp()) {
337 if (!BTM_IsDeviceUp()) return (BTM_WRONG_MODE);
418 if (!BTM_IsDeviceUp()) return (BTM_WRONG_MODE);
500 if (!BTM_IsDeviceUp()) return (BTM_WRONG_MODE);
655 if (!BTM_IsDeviceUp()) return (BTM_WRONG_MODE);
760 if (!BTM_IsDeviceUp()) {
1958 if (!BTM_IsDeviceUp()) return (BTM_WRONG_MODE);
H A Dbtm_devctl.cc239 * Function BTM_IsDeviceUp
246 bool BTM_IsDeviceUp(void) { return controller_get_interface()->get_is_ready(); } function
/system/bt/stack/include/
H A Dbtm_api.h64 * Function BTM_IsDeviceUp
71 extern bool BTM_IsDeviceUp(void);
/system/bt/bta/dm/
H A Dbta_dm_pm.cc474 if (BTM_IsDeviceUp() &&
/system/bt/stack/btu/
H A Dbtu_hcif.cc1237 if (BTM_IsDeviceUp()) BTM_DeviceReset(NULL);

Completed in 465 milliseconds