Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/classic/shell/
Dbredr.c402 err = bt_sdp_get_profile_version(result->resp_buf, in sdp_hfp_ag_user()
462 err = bt_sdp_get_profile_version(result->resp_buf, in sdp_a2src_user()
/Zephyr-latest/include/zephyr/bluetooth/classic/
Dsdp.h655 int bt_sdp_get_profile_version(const struct net_buf *buf, uint16_t profile,
/Zephyr-latest/tests/bluetooth/classic/sdp_c/src/
Dsdp_client.c148 err = bt_sdp_get_profile_version(result->resp_buf, svclass_list[i], &param); in sdp_discover_func()
/Zephyr-latest/subsys/bluetooth/host/classic/
Dsdp.c2893 int bt_sdp_get_profile_version(const struct net_buf *buf, uint16_t profile, in bt_sdp_get_profile_version() function