Searched refs:le_supported (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | controller_properties.h | 97 bool le_supported{true};
|
D | controller_properties.cc | 782 [](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/ |
D | mock_stack_btm_sec.h | 832 bool le_supported)> 838 bool le_supported) { in operator() 840 br_edr_supported, le_supported); in operator()
|
D | mock_stack_btm_sec.cc | 443 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/ |
D | btm_sec.h | 746 bool br_edr_supported, bool le_supported);
|
D | btm_sec.cc | 5238 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/ |
D | btm_acl.cc | 898 bool le_supported = in btm_process_remote_ext_features() local 903 br_edr_supported, le_supported); in btm_process_remote_ext_features()
|