Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/classic/
Dsdp.h295 struct bt_sdp_attribute { struct
303 struct bt_sdp_attribute *attrs; /**< Base addr of attr array */ argument
/Zephyr-latest/subsys/bluetooth/host/classic/shell/
Drfcomm.c38 static struct bt_sdp_attribute spp_attrs[] = {
Da2dp.c63 static struct bt_sdp_attribute a2dp_sink_attrs[] = {
132 static struct bt_sdp_attribute a2dp_source_attrs[] = {
/Zephyr-latest/subsys/bluetooth/host/classic/
Davrcp.c56 static struct bt_sdp_attribute avrcp_tg_attrs[] = {
127 static struct bt_sdp_attribute avrcp_ct_attrs[] = {
Dhfp_hf.c61 static struct bt_sdp_attribute hfp_attrs[] = {
Dsdp.c135 typedef uint8_t (*bt_sdp_attr_func_t)(struct bt_sdp_attribute *attr,
814 static uint8_t select_attrs(struct bt_sdp_attribute *attr, uint8_t att_idx, in select_attrs()