Home
last modified time | relevance | path

Searched refs:lmpFeature (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_controller.h35 bool BtmGetLocalSupportedFeature(HciLmpFeatures *lmpFeature);
H A Dbtm_acl.c2315 static uint16_t BtmGenerateSupportedPacketTypes(const HciLmpFeatures *lmpFeature) in BtmGenerateSupportedPacketTypes() argument
2319 if (HCI_SUPPORT_3_SLOT_PACKETS(lmpFeature->raw)) { in BtmGenerateSupportedPacketTypes()
2324 if (HCI_SUPPORT_5_SLOT_PACKETS(lmpFeature->raw)) { in BtmGenerateSupportedPacketTypes()
2329 if (!HCI_SUPPORT_EDR_ACL_2MBS_MODE(lmpFeature->raw)) { in BtmGenerateSupportedPacketTypes()
2334 if (!HCI_SUPPORT_3_SLOT_EDR_PACKET(lmpFeature->raw)) { in BtmGenerateSupportedPacketTypes()
2337 if (!HCI_SUPPORT_5_SLOT_EDR_PACKET(lmpFeature->raw)) { in BtmGenerateSupportedPacketTypes()
2342 if (!HCI_SUPPORT_EDR_ACL_3MBS_MODE(lmpFeature->raw)) { in BtmGenerateSupportedPacketTypes()
2347 if (!HCI_SUPPORT_3_SLOT_EDR_PACKET(lmpFeature->raw)) { in BtmGenerateSupportedPacketTypes()
2350 if (!HCI_SUPPORT_5_SLOT_EDR_PACKET(lmpFeature->raw)) { in BtmGenerateSupportedPacketTypes()
H A Dbtm_controller.c873 bool BtmGetLocalSupportedFeature(HciLmpFeatures *lmpFeature) in BtmGetLocalSupportedFeature() argument
875 *lmpFeature = g_readLocalSupportedFeaturesResult.lmpFeatures; in BtmGetLocalSupportedFeature()

Completed in 5 milliseconds