Home
last modified time | relevance | path

Searched refs:is_gd_shim_enabled (Results 1 – 14 of 14) sorted by relevance

/system/bt/stack/smp/
Dsmp_api.cc54 if (bluetooth::shim::is_gd_shim_enabled()) { in SMP_Init()
118 LOG_ASSERT(!bluetooth::shim::is_gd_shim_enabled()) in SMP_Register()
144 LOG_ASSERT(!bluetooth::shim::is_gd_shim_enabled()) in SMP_Pair()
187 LOG_ASSERT(!bluetooth::shim::is_gd_shim_enabled()) in SMP_BR_PairWith()
231 LOG_ASSERT(!bluetooth::shim::is_gd_shim_enabled()) in SMP_PairCancel()
270 LOG_ASSERT(!bluetooth::shim::is_gd_shim_enabled()) in SMP_SecurityGrant()
357 LOG_ASSERT(!bluetooth::shim::is_gd_shim_enabled()) in SMP_PasskeyReply()
414 LOG_ASSERT(!bluetooth::shim::is_gd_shim_enabled()) in SMP_ConfirmReply()
462 LOG_ASSERT(!bluetooth::shim::is_gd_shim_enabled()) in SMP_OobDataReply()
/system/bt/stack/btm/
Dbtm_ble.cc60 if (bluetooth::shim::is_gd_shim_enabled()) { in BTM_SecAddBleDevice()
118 if (bluetooth::shim::is_gd_shim_enabled()) { in BTM_SecAddBleKey()
159 if (bluetooth::shim::is_gd_shim_enabled()) { in BTM_BleLoadLocalKeys()
185 if (bluetooth::shim::is_gd_shim_enabled()) { in BTM_GetDeviceEncRoot()
193 if (bluetooth::shim::is_gd_shim_enabled()) { in BTM_GetDeviceIDRoot()
201 if (bluetooth::shim::is_gd_shim_enabled()) { in BTM_GetDeviceDHK()
223 if (bluetooth::shim::is_gd_shim_enabled()) { in BTM_SecurityGrant()
248 if (bluetooth::shim::is_gd_shim_enabled()) { in BTM_BlePasskeyReply()
278 if (bluetooth::shim::is_gd_shim_enabled()) { in BTM_BleConfirmReply()
312 if (bluetooth::shim::is_gd_shim_enabled()) { in BTM_BleOobDataReply()
[all …]
Dbtm_inq.cc154 if (bluetooth::shim::is_gd_shim_enabled()) { in SendRemoteNameRequest()
178 if (bluetooth::shim::is_gd_shim_enabled()) { in BTM_SetDiscoverability()
264 if (bluetooth::shim::is_gd_shim_enabled()) { in BTM_EnableInterlacedInquiryScan()
279 if (bluetooth::shim::is_gd_shim_enabled()) { in BTM_EnableInterlacedPageScan()
310 if (bluetooth::shim::is_gd_shim_enabled()) { in BTM_SetInquiryMode()
349 if (bluetooth::shim::is_gd_shim_enabled()) { in BTM_SetConnectability()
413 if (bluetooth::shim::is_gd_shim_enabled()) { in BTM_IsInquiryActive()
430 if (bluetooth::shim::is_gd_shim_enabled()) { in BTM_CancelInquiry()
500 if (bluetooth::shim::is_gd_shim_enabled()) { in BTM_StartInquiry()
588 if (bluetooth::shim::is_gd_shim_enabled()) { in BTM_ReadRemoteDeviceName()
Dbtm_dev.cc142 if (bluetooth::shim::is_gd_shim_enabled()) { in BTM_SecDeleteDevice()
Dbtm_sec.cc219 if (bluetooth::shim::is_gd_shim_enabled()) { in BTM_SecRegister()
895 if (bluetooth::shim::is_gd_shim_enabled()) { in BTM_SecBond()
927 if (bluetooth::shim::is_gd_shim_enabled()) { in BTM_SecBondCancel()
1051 if (bluetooth::shim::is_gd_shim_enabled()) { in BTM_SetEncryption()
1206 ASSERT_LOG(!bluetooth::shim::is_gd_shim_enabled(), "Unreachable code path"); in BTM_ConfirmReqReply()
1246 ASSERT_LOG(!bluetooth::shim::is_gd_shim_enabled(), "Unreachable code path"); in BTM_PasskeyReqReply()
1772 if (bluetooth::shim::is_gd_shim_enabled()) { in btm_sec_mx_access_request()
Dbtm_ble_gap.cc393 if (bluetooth::shim::is_gd_shim_enabled()) { in BTM_BleObserve()
728 if (bluetooth::shim::is_gd_shim_enabled()) { in BTM_BleMaxMultiAdvInstanceCount()
746 if (bluetooth::shim::is_gd_shim_enabled()) { in BTM_BleLocalPrivacyEnabled()
/system/bt/hci/test/
Dother_stack_stub.cc40 bool is_gd_shim_enabled() { return false; } in is_gd_shim_enabled() function
/system/bt/main/shim/
Dshim.h56 bool is_gd_shim_enabled();
Dshim.cc89 bool bluetooth::shim::is_gd_shim_enabled() { in is_gd_shim_enabled() function in bluetooth::shim
Dbtm_api.cc1347 ASSERT_LOG(!bluetooth::shim::is_gd_shim_enabled(), "Unreachable code path"); in BTM_PINCodeReply()
1354 ASSERT_LOG(!bluetooth::shim::is_gd_shim_enabled(), "Unreachable code path"); in BTM_RemoteOobDataReply()
/system/bt/test/mock/
Dmock_main_shim.cc70 bool bluetooth::shim::is_gd_shim_enabled() { in is_gd_shim_enabled() function in bluetooth::shim
/system/bt/stack/test/common/
Dmock_main_shim.cc70 bool bluetooth::shim::is_gd_shim_enabled() { in is_gd_shim_enabled() function in bluetooth::shim
/system/bt/stack/acl/
Dbtm_acl.cc2314 if (bluetooth::shim::is_gd_shim_enabled()) { in BTM_ReadConnectionAddr()
2353 if (bluetooth::shim::is_gd_shim_enabled()) { in BTM_IsBleConnection()
2452 if (bluetooth::shim::is_gd_shim_enabled()) { in BTM_ReadRemoteConnectionAddr()
/system/bt/stack/test/
Dbtm_iso_test.cc39 bool bluetooth::shim::is_gd_shim_enabled() { return false; } in is_gd_shim_enabled() function in bluetooth::shim