Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/classic/
Dsdp.c79 #define SDP_CLIENT_CHAN(_ch) CONTAINER_OF(_ch, struct bt_sdp_client, chan.chan)
83 struct bt_sdp_client { struct
101 static struct bt_sdp_client bt_sdp_client_pool[CONFIG_BT_MAX_CONN]; argument
1488 static int sdp_client_ss_search(struct bt_sdp_client *session, in sdp_client_ss_search()
1546 static int sdp_client_sa_search(struct bt_sdp_client *session, in sdp_client_sa_search()
1591 static int sdp_client_ssa_search(struct bt_sdp_client *session, in sdp_client_ssa_search()
1662 static int sdp_client_discover(struct bt_sdp_client *session);
1664 static void sdp_client_params_iterator(struct bt_sdp_client *session) in sdp_client_params_iterator()
1699 static uint16_t sdp_client_get_total(struct bt_sdp_client *session, in sdp_client_get_total()
1779 static uint16_t get_record_len(struct bt_sdp_client *session) in get_record_len()
[all …]