Searched refs:AD_SIZE (Results 1 – 11 of 11) sorted by relevance
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/audio/src/ |
D | common.h | 104 #define AD_SIZE 1 macro 113 extern const struct bt_data ad[AD_SIZE];
|
D | mcs_test.c | 23 err = bt_le_adv_start(BT_LE_ADV_CONN_ONE_TIME, ad, AD_SIZE, NULL, 0); in start_adv()
|
D | ias_test.c | 61 err = bt_le_adv_start(BT_LE_ADV_CONN_ONE_TIME, ad, AD_SIZE, NULL, 0); in test_main()
|
D | has_test.c | 46 err = bt_le_adv_start(BT_LE_ADV_CONN_ONE_TIME, ad, AD_SIZE, NULL, 0); in start_adv()
|
D | common.c | 39 const struct bt_data ad[AD_SIZE] = {
|
D | micp_mic_dev_test.c | 435 err = bt_le_adv_start(BT_LE_ADV_CONN_ONE_TIME, ad, AD_SIZE, NULL, 0); in test_main()
|
D | tbs_client_test.c | 501 err = bt_le_adv_start(BT_LE_ADV_CONN_ONE_TIME, ad, AD_SIZE, NULL, 0); in test_main()
|
D | bap_scan_delegator_test.c | 708 err = bt_le_adv_start(BT_LE_ADV_CONN_ONE_TIME, ad, AD_SIZE, NULL, 0); in common_init()
|
D | vcp_vol_rend_test.c | 1046 err = bt_le_adv_start(BT_LE_ADV_CONN_ONE_TIME, ad, AD_SIZE, NULL, 0); in test_main()
|
D | media_controller_test.c | 1658 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/ |
D | bt.c | 71 #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()
|