Home
last modified time | relevance | path

Searched refs:peer_lmp_feature_valid (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/stack/test/
Dstack_acl_test.cc73 memset((void*)p_acl->peer_lmp_feature_valid, 0, HCI_EXT_FEATURES_PAGE_MAX + 1); in TEST_F()
79 ASSERT_FALSE(p_acl->peer_lmp_feature_valid[0]); in TEST_F()
80 ASSERT_TRUE(p_acl->peer_lmp_feature_valid[1]); in TEST_F()
81 ASSERT_TRUE(p_acl->peer_lmp_feature_valid[2]); in TEST_F()
82 ASSERT_TRUE(p_acl->peer_lmp_feature_valid[3]); in TEST_F()
88 memset((void*)p_acl->peer_lmp_feature_valid, 0, HCI_EXT_FEATURES_PAGE_MAX + 1); in TEST_F()
94 ASSERT_FALSE(p_acl->peer_lmp_feature_valid[0]); in TEST_F()
95 ASSERT_TRUE(p_acl->peer_lmp_feature_valid[1]); in TEST_F()
96 ASSERT_TRUE(p_acl->peer_lmp_feature_valid[2]); in TEST_F()
97 ASSERT_TRUE(p_acl->peer_lmp_feature_valid[3]); in TEST_F()
[all …]
/packages/modules/Bluetooth/system/stack/acl/
Dacl.cc26 memset(peer_lmp_feature_valid, 0, sizeof(peer_lmp_feature_valid)); in Reset()
Dbtm_acl.cc143 if (!p_acl.peer_lmp_feature_valid[0]) { in IsEprAvailable()
823 if (!p_acl_cb->peer_lmp_feature_valid[max_page_number]) { in btm_process_remote_ext_features()
903 p_acl_cb->peer_lmp_feature_valid[page_num] = true; in btm_read_remote_ext_features_complete()
1369 if (link.peer_lmp_feature_valid[0]) { in change_connection_packet_types()
2055 if (!p_acl->peer_lmp_feature_valid[0]) { in acl_peer_supports_sniff_subrating()
2463 p_acl->peer_lmp_feature_valid[current_page_number] = true; in acl_process_supported_features()
2493 p_acl->peer_lmp_feature_valid[current_page_number] = true; in acl_process_extended_features()
Dacl.h174 bool peer_lmp_feature_valid[HCI_EXT_FEATURES_PAGE_MAX + 1]; member
/packages/modules/Bluetooth/system/main/shim/
Dacl.cc1185 if (!link.peer_lmp_feature_valid[j]) { in DumpsysAcl()
1189 common::ToString(link.peer_lmp_feature_valid[j]).c_str(), in DumpsysAcl()