Searched refs:BTM_IsDeviceUp (Results 1 – 11 of 11) sorted by relevance
36 struct BTM_IsDeviceUp BTM_IsDeviceUp; variable42 bool BTM_IsDeviceUp(void) { in BTM_IsDeviceUp() function44 return test::mock::stack_btm_devctl::BTM_IsDeviceUp(); in BTM_IsDeviceUp()
23 struct BTM_IsDeviceUp { struct27 extern struct BTM_IsDeviceUp BTM_IsDeviceUp; argument
261 .BTM_IsDeviceUp = []() -> bool { return true; }, in __anon9b56c4fb4c02()
116 .BTM_IsDeviceUp = ::BTM_IsDeviceUp,
434 if (!BTM_IsDeviceUp()) return (BTM_WRONG_MODE); in BTM_SetInquiryMode()529 log::assert_that(BTM_IsDeviceUp(), "assert failed: BTM_IsDeviceUp()"); in BTM_CancelLeScan()549 log::assert_that(BTM_IsDeviceUp(), "assert failed: BTM_IsDeviceUp()"); in BTM_CancelInquiry()721 if (!BTM_IsDeviceUp()) { in BTM_StartInquiry()1878 if (!BTM_IsDeviceUp()) return (BTM_WRONG_MODE); in btm_initiate_rem_name()
230 bool BTM_IsDeviceUp(void) { in BTM_IsDeviceUp() function
4751 if (!BTM_IsDeviceUp()) return false; in btm_sec_start_get_name()
102 test::mock::stack_btm_devctl::BTM_IsDeviceUp.body = []() { return true; }; in FakeBtStack()136 test::mock::stack_btm_devctl::BTM_IsDeviceUp = {}; in ~FakeBtStack()
320 if (!BTM_IsDeviceUp()) { in L2CA_ConnectReq()518 if (!BTM_IsDeviceUp()) { in L2CA_ConnectLECocReq()743 if (!BTM_IsDeviceUp()) { in L2CA_ConnectCreditBasedReq()1194 if (!BTM_IsDeviceUp()) { in L2CA_ConnectFixedChnl()1307 if (!BTM_IsDeviceUp()) { in L2CA_SendFixedChnlData()
62 [[nodiscard]] bool BTM_IsDeviceUp(void);
156 [[nodiscard]] bool (*BTM_IsDeviceUp)(); member