Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/classic/shell/
Dbredr.c415 err = bt_sdp_get_features(result->resp_buf, &features); in sdp_hfp_ag_user()
475 err = bt_sdp_get_features(result->resp_buf, &features); in sdp_a2src_user()
/Zephyr-latest/include/zephyr/bluetooth/classic/
Dsdp.h668 int bt_sdp_get_features(const struct net_buf *buf, uint16_t *features);
/Zephyr-latest/tests/bluetooth/classic/sdp_c/src/
Dsdp_client.c153 err = bt_sdp_get_features(result->resp_buf, &param); in sdp_discover_func()
/Zephyr-latest/subsys/bluetooth/host/classic/
Dsdp.c2915 int bt_sdp_get_features(const struct net_buf *buf, uint16_t *features) in bt_sdp_get_features() function