Lines Matching refs:shim
190 l2c_link_init(bluetooth::shim::GetController()->GetNumAclPacketBuffers()); in BTM_reset_complete()
196 if (bluetooth::shim::GetController()->SupportsBle() && in BTM_reset_complete()
197 bluetooth::shim::GetController()->SupportsBlePrivacy() && in BTM_reset_complete()
198 bluetooth::shim::GetController()->GetLeResolvingListSize() > 0) { in BTM_reset_complete()
200 bluetooth::shim::GetController()->GetLeResolvingListSize()); in BTM_reset_complete()
209 if (bluetooth::shim::GetController()->SupportsBle()) { in BTM_reset_complete()
210 l2c_link_processs_ble_num_bufs(bluetooth::shim::GetController() in BTM_reset_complete()
231 return bluetooth::shim::GetController() != nullptr; in BTM_IsDeviceUp()
253 if (bluetooth::shim::GetController()->SupportsSco()) { in decode_controller_support()
256 if (bluetooth::shim::GetController()->SupportsHv2Packets()) in decode_controller_support()
259 if (bluetooth::shim::GetController()->SupportsHv3Packets()) in decode_controller_support()
263 if (bluetooth::shim::GetController()->SupportsEv3Packets()) in decode_controller_support()
266 if (bluetooth::shim::GetController()->SupportsEv4Packets()) in decode_controller_support()
269 if (bluetooth::shim::GetController()->SupportsEv5Packets()) in decode_controller_support()
276 if (bluetooth::shim::GetController()->SupportsEsco2mPhy()) { in decode_controller_support()
277 if (!bluetooth::shim::GetController()->Supports3SlotEdrPackets()) in decode_controller_support()
284 if (bluetooth::shim::GetController()->SupportsEsco3mPhy()) { in decode_controller_support()
285 if (!bluetooth::shim::GetController()->Supports3SlotEdrPackets()) in decode_controller_support()
299 if (bluetooth::shim::GetController()->SupportsRssiWithInquiryResults()) { in decode_controller_support()
300 if (bluetooth::shim::GetController()->SupportsExtendedInquiryResponse()) { in decode_controller_support()
312 bluetooth::shim::GetController()->SupportsNonFlushablePb()); in decode_controller_support()
332 if (bluetooth::shim::GetController() == nullptr) return (BTM_DEV_RESET); in BTM_SetLocalDeviceName()
429 if (bluetooth::shim::GetController() == nullptr) return (BTM_DEV_RESET); in BTM_SetDeviceClass()
531 bluetooth::shim::BTM_ClearEventMask(); in BTM_EnableTestMode()