Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/include/zephyr/bluetooth/
Diso.h866 int bt_iso_big_create(struct bt_le_ext_adv *padv, struct bt_iso_big_create_param *param,
/Zephyr-Core-3.4.0/subsys/bluetooth/host/
Diso.c2276 static int hci_le_create_big(struct bt_le_ext_adv *padv, struct bt_iso_big *big, in hci_le_create_big() argument
2300 req->adv_handle = padv->handle; in hci_le_create_big()
2330 int bt_iso_big_create(struct bt_le_ext_adv *padv, struct bt_iso_big_create_param *param, in bt_iso_big_create() argument
2336 if (!atomic_test_bit(padv->flags, BT_PER_ADV_PARAMS_SET)) { in bt_iso_big_create()
2421 err = hci_le_create_big(padv, big, param); in bt_iso_big_create()