Home
last modified time | relevance | path

Searched refs:padv (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.5.0/tests/bluetooth/audio/mocks/src/
Diso.c116 int bt_iso_big_create(struct bt_le_ext_adv *padv, struct bt_iso_big_create_param *param, in bt_iso_big_create() argument
/Zephyr-Core-3.5.0/tests/bluetooth/tester/src/
Dbtp_gap.c1334 static struct bt_data padv[10]; variable
1523 if (padv_len >= ARRAY_SIZE(padv)) {
1528 padv[padv_len].data_len = cp->data[i++] - 1;
1529 padv[padv_len].type = cp->data[i++];
1530 padv[padv_len].data = &cp->data[i];
1531 i += padv[padv_len].data_len;
1534 err = tester_gap_padv_set_data(padv, padv_len);
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/
Diso.h1018 int bt_iso_big_create(struct bt_le_ext_adv *padv, struct bt_iso_big_create_param *param,
/Zephyr-Core-3.5.0/subsys/bluetooth/host/
Diso.c2532 static int hci_le_create_big(struct bt_le_ext_adv *padv, struct bt_iso_big *big, in hci_le_create_big() argument
2556 req->adv_handle = padv->handle; in hci_le_create_big()
2587 static int hci_le_create_big_test(const struct bt_le_ext_adv *padv, in hci_le_create_big_test() argument
2612 req->adv_handle = padv->handle; in hci_le_create_big_test()
2791 int bt_iso_big_create(struct bt_le_ext_adv *padv, struct bt_iso_big_create_param *param, in bt_iso_big_create() argument
2798 if (!atomic_test_bit(padv->flags, BT_PER_ADV_PARAMS_SET)) { in bt_iso_big_create()
2828 err = hci_le_create_big(padv, big, param); in bt_iso_big_create()
2831 err = hci_le_create_big_test(padv, big, param); in bt_iso_big_create()