Home
last modified time | relevance | path

Searched refs:AD_SIZE (Results 1 – 11 of 11) sorted by relevance

/Zephyr-Core-3.7.0/tests/bsim/bluetooth/audio/src/
Dcommon.h104 #define AD_SIZE 1 macro
113 extern const struct bt_data ad[AD_SIZE];
Dmcs_test.c23 err = bt_le_adv_start(BT_LE_ADV_CONN_ONE_TIME, ad, AD_SIZE, NULL, 0); in start_adv()
Dias_test.c61 err = bt_le_adv_start(BT_LE_ADV_CONN_ONE_TIME, ad, AD_SIZE, NULL, 0); in test_main()
Dhas_test.c46 err = bt_le_adv_start(BT_LE_ADV_CONN_ONE_TIME, ad, AD_SIZE, NULL, 0); in start_adv()
Dcommon.c39 const struct bt_data ad[AD_SIZE] = {
Dmicp_mic_dev_test.c435 err = bt_le_adv_start(BT_LE_ADV_CONN_ONE_TIME, ad, AD_SIZE, NULL, 0); in test_main()
Dtbs_client_test.c501 err = bt_le_adv_start(BT_LE_ADV_CONN_ONE_TIME, ad, AD_SIZE, NULL, 0); in test_main()
Dbap_scan_delegator_test.c708 err = bt_le_adv_start(BT_LE_ADV_CONN_ONE_TIME, ad, AD_SIZE, NULL, 0); in common_init()
Dvcp_vol_rend_test.c1046 err = bt_le_adv_start(BT_LE_ADV_CONN_ONE_TIME, ad, AD_SIZE, NULL, 0); in test_main()
Dmedia_controller_test.c1658 err = bt_le_adv_start(BT_LE_ADV_CONN_ONE_TIME, ad, AD_SIZE, NULL, 0); in test_media_controller_remote_player()
/Zephyr-Core-3.7.0/subsys/bluetooth/shell/
Dbt.c71 #define AD_SIZE 9 macro
2112 struct bt_data ad[AD_SIZE]; in cmd_adv_data()
2113 struct bt_data sd[AD_SIZE]; in cmd_adv_data()
2226 len = ad_init(&data[*data_len], AD_SIZE - *data_len, adv_set_opt[selected_adv]); in cmd_adv_data()