Searched refs:bt_sdp (Results 1 – 2 of 2) sorted by relevance
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/api/ |
D | sdp.rst | 9 .. doxygengroup:: bt_sdp
|
/Zephyr-Core-3.5.0/subsys/bluetooth/host/ |
D | sdp.c | 29 LOG_MODULE_REGISTER(bt_sdp); 33 #define SDP_CHAN(_ch) CONTAINER_OF(_ch, struct bt_sdp, chan.chan) 61 struct bt_sdp { struct 70 static struct bt_sdp bt_sdp_pool[CONFIG_BT_MAX_CONN]; argument 111 struct bt_sdp *sdp; 161 struct bt_sdp *sdp = CONTAINER_OF(ch, struct bt_sdp, chan); in bt_sdp_connected() 182 struct bt_sdp *sdp = CONTAINER_OF(ch, struct bt_sdp, chan); in bt_sdp_disconnected() 578 static uint16_t sdp_svc_search_req(struct bt_sdp *sdp, struct net_buf *buf, in sdp_svc_search_req() 941 static uint16_t create_attr_list(struct bt_sdp *sdp, struct bt_sdp_record *record, in create_attr_list() 1064 static uint16_t sdp_svc_att_req(struct bt_sdp *sdp, struct net_buf *buf, in sdp_svc_att_req() [all …]
|