Home
last modified time | relevance | path

Searched refs:BTM_IsDeviceUp (Results 1 – 8 of 8) sorted by relevance

/system/bt/stack/btm/
Dbtm_inq.cc285 if (BTM_IsDeviceUp()) { in BTM_SetInquiryScanType()
322 if (BTM_IsDeviceUp()) { in BTM_SetPageScanType()
364 if (!BTM_IsDeviceUp()) return (BTM_WRONG_MODE); in BTM_SetInquiryMode()
420 if (!BTM_IsDeviceUp()) return (BTM_WRONG_MODE); in BTM_CancelPeriodicInquiry()
591 if (!BTM_IsDeviceUp()) return (BTM_WRONG_MODE); in BTM_CancelInquiry()
691 if (!BTM_IsDeviceUp()) { in BTM_StartInquiry()
1879 if (!BTM_IsDeviceUp()) return (BTM_WRONG_MODE); in btm_initiate_rem_name()
Dbtm_devctl.cc254 bool BTM_IsDeviceUp(void) { return controller_get_interface()->get_is_ready(); } in BTM_IsDeviceUp() function
Dbtm_sec.cc4911 if (!BTM_IsDeviceUp()) return false; in btm_sec_start_get_name()
/system/bt/stack/l2cap/
Dl2c_api.cc340 if (!BTM_IsDeviceUp()) { in L2CA_ErtmConnectReq()
561 if (!BTM_IsDeviceUp()) { in L2CA_ConnectLECocReq()
1433 if (!BTM_IsDeviceUp()) { in L2CA_ConnectFixedChnl()
1549 if (!BTM_IsDeviceUp()) { in L2CA_SendFixedChnlData()
/system/bt/stack/include/
Dbtm_api.h71 extern bool BTM_IsDeviceUp(void);
/system/bt/main/shim/
Dbtm_api.h947 bool BTM_IsDeviceUp(void);
/system/bt/bta/dm/
Dbta_dm_pm.cc483 if (BTM_IsDeviceUp() && in bta_dm_pm_cback()
/system/bt/stack/btu/
Dbtu_hcif.cc1718 if (BTM_IsDeviceUp()) BTM_DeviceReset(NULL); in btu_hcif_hardware_error_evt()