Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/classic/shell/
Dbredr.c416 err = bt_sdp_get_features(result->resp_buf, &features); in sdp_hfp_ag_user()
482 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/subsys/bluetooth/host/classic/
Dsdp.c2868 int bt_sdp_get_features(const struct net_buf *buf, uint16_t *features) in bt_sdp_get_features() function