Searched refs:peer_lmp_feature_valid (Results 1 – 5 of 5) sorted by relevance
73 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 …]
26 memset(peer_lmp_feature_valid, 0, sizeof(peer_lmp_feature_valid)); in Reset()
143 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()
174 bool peer_lmp_feature_valid[HCI_EXT_FEATURES_PAGE_MAX + 1]; member
1185 if (!link.peer_lmp_feature_valid[j]) { in DumpsysAcl()1189 common::ToString(link.peer_lmp_feature_valid[j]).c_str(), in DumpsysAcl()