Searched refs:local_features (Results 1 – 4 of 4) sorted by relevance
367 struct bt_le_local_features local_features; in test_main() local377 err = bt_le_get_local_features(&local_features); in test_main()379 TEST_ASSERT(local_features.acl_mtu > 0U, "Invalid ACL MTU"); in test_main()380 TEST_ASSERT(local_features.acl_pkts > 0U, "Invalid ACL packet count"); in test_main()381 TEST_ASSERT(sys_get_le64(local_features.features) > 0U, "Invalid features"); in test_main()382 TEST_ASSERT(local_features.states > 0U, "Invalid states"); in test_main()
211 struct bt_le_local_features local_features; in past_available() local215 err = bt_le_get_local_features(&local_features); in past_available()230 BT_FEAT_LE_PAST_SEND(local_features.features) ? "supports" in past_available()234 BT_FEAT_LE_PAST_SEND(local_features.features) && in past_available()
422 struct bt_le_local_features local_features; in supports_past() local426 err = bt_le_get_local_features(&local_features); in supports_past()441 BT_FEAT_LE_PAST_RECV(local_features.features) ? "supports" in supports_past()447 BT_FEAT_LE_PAST_RECV(local_features.features); in supports_past()
611 int bt_le_get_local_features(struct bt_le_local_features *local_features);