Home
last modified time | relevance | path

Searched refs:bt_le_get_local_features (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/doc/releases/
Drelease-notes-4.2.rst95 * :c:func:`bt_le_get_local_features`
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/general/src/
Dgatt_client_test.c377 err = bt_le_get_local_features(&local_features); in test_main()
/Zephyr-latest/include/zephyr/bluetooth/
Dbluetooth.h611 int bt_le_get_local_features(struct bt_le_local_features *local_features);
/Zephyr-latest/subsys/bluetooth/audio/
Dbap_broadcast_assistant.c215 err = bt_le_get_local_features(&local_features); in past_available()
Dbap_scan_delegator.c426 err = bt_le_get_local_features(&local_features); in supports_past()
/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.c4532 int bt_le_get_local_features(struct bt_le_local_features *remote_info) in bt_le_get_local_features() function