Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_bap_broadcast.c394 struct bt_data base_ad[2]; in btp_bap_broadcast_source_setup() local
439 base_ad[0].type = BT_DATA_SVC_DATA16; in btp_bap_broadcast_source_setup()
440 base_ad[0].data_len = ad_buf.len; in btp_bap_broadcast_source_setup()
441 base_ad[0].data = ad_buf.data; in btp_bap_broadcast_source_setup()
442 base_ad[1].type = BT_DATA_NAME_COMPLETE; in btp_bap_broadcast_source_setup()
443 base_ad[1].data_len = sizeof(CONFIG_BT_DEVICE_NAME) - 1; in btp_bap_broadcast_source_setup()
444 base_ad[1].data = CONFIG_BT_DEVICE_NAME; in btp_bap_broadcast_source_setup()
447 base_ad, ARRAY_SIZE(base_ad), NULL, 0, &gap_settings, in btp_bap_broadcast_source_setup()
517 struct bt_data base_ad[2]; in btp_bap_broadcast_source_setup_v2() local
554 base_ad[0].type = BT_DATA_SVC_DATA16; in btp_bap_broadcast_source_setup_v2()
[all …]
Dbtp_cap.c580 struct bt_data base_ad[2]; in cap_broadcast_source_adv_setup() local
588 base_ad[0].type = BT_DATA_SVC_DATA16; in cap_broadcast_source_adv_setup()
589 base_ad[0].data_len = ad_buf.len; in cap_broadcast_source_adv_setup()
590 base_ad[0].data = ad_buf.data; in cap_broadcast_source_adv_setup()
591 base_ad[1].type = BT_DATA_NAME_COMPLETE; in cap_broadcast_source_adv_setup()
592 base_ad[1].data_len = sizeof(CONFIG_BT_DEVICE_NAME) - 1; in cap_broadcast_source_adv_setup()
593 base_ad[1].data = CONFIG_BT_DEVICE_NAME; in cap_broadcast_source_adv_setup()
596 base_ad, 2, NULL, 0, gap_settings, in cap_broadcast_source_adv_setup()