Home
last modified time | relevance | path

Searched refs:le_supported (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dcontroller_properties.h97 bool le_supported{true};
Dcontroller_properties.cc782 [](bool br_supported, Requirement br_requirement, bool le_supported, in CheckSupportedCommands()
786 : !le_supported ? br_requirement in CheckSupportedCommands()
1367 if (!check_command_requirement(br_supported, br_requirement, le_supported, \ in CheckSupportedCommands()
1849 le_supported = true;
1881 le_supported = true;
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_sec.h832 bool le_supported)>
838 bool le_supported) { in operator()
840 br_edr_supported, le_supported); in operator()
Dmock_stack_btm_sec.cc443 bool br_edr_supported, bool le_supported) { in btm_sec_set_peer_sec_caps() argument
447 br_edr_supported, le_supported); in btm_sec_set_peer_sec_caps()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sec.h746 bool br_edr_supported, bool le_supported);
Dbtm_sec.cc5238 bool br_edr_supported, bool le_supported) { in btm_sec_set_peer_sec_caps() argument
5292 p_dev_rec->remote_supports_ble = le_supported; in btm_sec_set_peer_sec_caps()
/packages/modules/Bluetooth/system/stack/acl/
Dbtm_acl.cc898 bool le_supported = in btm_process_remote_ext_features() local
903 br_edr_supported, le_supported); in btm_process_remote_ext_features()