Searched refs:bt_sdp (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/doc/connectivity/bluetooth/api/ |
D | sdp.rst | 9 .. doxygengroup:: bt_sdp
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | sdp.c | 29 LOG_MODULE_REGISTER(bt_sdp); 33 #define SDP_CHAN(_ch) CONTAINER_OF(_ch, struct bt_sdp, chan.chan) 64 struct bt_sdp { struct 73 static struct bt_sdp bt_sdp_pool[CONFIG_BT_MAX_CONN]; argument 114 struct bt_sdp *sdp; 164 struct bt_sdp *sdp = CONTAINER_OF(ch, struct bt_sdp, chan); in bt_sdp_connected() 185 struct bt_sdp *sdp = CONTAINER_OF(ch, struct bt_sdp, chan); in bt_sdp_disconnected() 581 static uint16_t sdp_svc_search_req(struct bt_sdp *sdp, struct net_buf *buf, in sdp_svc_search_req() 944 static uint16_t create_attr_list(struct bt_sdp *sdp, struct bt_sdp_record *record, in create_attr_list() 1073 static uint16_t sdp_svc_att_req(struct bt_sdp *sdp, struct net_buf *buf, in sdp_svc_att_req() [all …]
|