Home
last modified time | relevance | path

Searched refs:local_features (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/host/gatt/general/src/
Dgatt_client_test.c367 struct bt_le_local_features local_features; in test_main() local
377 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()
/Zephyr-latest/subsys/bluetooth/audio/
Dbap_broadcast_assistant.c211 struct bt_le_local_features local_features; in past_available() local
215 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()
Dbap_scan_delegator.c422 struct bt_le_local_features local_features; in supports_past() local
426 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()
/Zephyr-latest/include/zephyr/bluetooth/
Dbluetooth.h611 int bt_le_get_local_features(struct bt_le_local_features *local_features);