Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/subsys/bluetooth/mesh/
Drpr_srv.c679 if (prov->uri && get_ad_type(ad, ad_count, BT_DATA_URI)) { in handle_extended_scan_start()
684 net_buf_simple_add_u8(&rsp, BT_DATA_URI); in handle_extended_scan_start()
1128 if (ad.type == BT_DATA_URI) { in adv_handle_ext_scan()
1135 } else if (ad.type == BT_DATA_URI && in adv_handle_ext_scan()
1182 get_ad_type(srv.scan.ad, 1, BT_DATA_URI) && in adv_handle_ext_scan()
1191 if (!ad_entry || (ad.type == BT_DATA_URI && !uri_match)) { in adv_handle_ext_scan()
1197 if (ad.type == BT_DATA_URI) { in adv_handle_ext_scan()
Dpb_gatt_srv.c243 prov_sd[0].type = BT_DATA_URI; in gatt_prov_adv_create()
Dadv.c41 [BT_MESH_ADV_URI] = BT_DATA_URI,
/Zephyr-Core-3.4.0/include/zephyr/bluetooth/
Dgap.h61 #define BT_DATA_URI 0x24 /* URI */ macro
/Zephyr-Core-3.4.0/subsys/bluetooth/mesh/shell/
Drpr.c46 if (type == BT_DATA_URI) { in rpr_scan_report()