/Zephyr-latest/tests/bsim/bluetooth/ll/bis/src/ |
D | test_bis.c | 268 static void create_ll_big(uint8_t big_handle, struct bt_le_ext_adv *adv) in create_ll_big() argument 287 err = ll_big_create(big_handle, adv_handle, bis_count, sdu_interval, in create_ll_big() 297 static void terminate_ll_big(uint8_t big_handle) in terminate_ll_big() argument 302 err = ll_big_terminate(big_handle, BT_HCI_ERR_LOCALHOST_TERM_CONN); in terminate_ll_big() 422 uint8_t big_handle = 0; in test_iso_main() local 424 create_ll_big(big_handle, adv); in test_iso_main() 469 terminate_ll_big(big_handle); in test_iso_main() 833 uint8_t big_handle = 0; in test_iso_recv_main() local 838 err = ll_big_sync_create(big_handle, sync->handle, encryption, bcode, in test_iso_recv_main() 851 err = ll_big_sync_terminate(big_handle, (void **)&node_rx); in test_iso_recv_main() [all …]
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_sync_iso.c | 90 uint8_t ll_big_sync_create(uint8_t big_handle, uint16_t sync_handle, in ll_big_sync_create() argument 112 sync_iso = sync_iso_get(big_handle); in ll_big_sync_create() 118 sync_iso = sync_iso_alloc(big_handle); in ll_big_sync_create() 221 stream->big_handle = big_handle; in ll_big_sync_create() 239 uint8_t ll_big_sync_terminate(uint8_t big_handle, void **rx) in ll_big_sync_terminate() argument 253 sync_iso = sync_iso_get(big_handle); in ll_big_sync_terminate() 277 node_rx->hdr.handle = big_handle; in ll_big_sync_terminate() 295 sync_iso_handle_to_index(big_handle)), in ll_big_sync_terminate() 297 LL_ASSERT_INFO2(err == 0 || err == -EALREADY, big_handle, err); in ll_big_sync_terminate() 358 return sync_iso_get(stream_pool[handle].big_handle); in ull_sync_iso_by_stream_get() [all …]
|
D | ull_adv_iso.c | 63 static uint8_t adv_iso_chm_update(uint8_t big_handle); 89 static uint8_t big_create(uint8_t big_handle, uint8_t adv_handle, uint8_t num_bis, in big_create() argument 124 adv_iso = adv_iso_get(big_handle); in big_create() 315 lll_adv_iso->handle = big_handle; in big_create() 327 stream->big_handle = big_handle; in big_create() 486 res = util_saa_le32(lll_adv_iso->seed_access_addr, big_handle); in big_create() 658 uint8_t ll_big_create(uint8_t big_handle, uint8_t adv_handle, uint8_t num_bis, in ll_big_create() argument 664 return big_create(big_handle, adv_handle, num_bis, sdu_interval, max_sdu, in ll_big_create() 675 uint8_t ll_big_test_create(uint8_t big_handle, uint8_t adv_handle, in ll_big_test_create() argument 682 return big_create(big_handle, adv_handle, num_bis, sdu_interval, max_sdu, in ll_big_test_create() [all …]
|
D | ull_sync_types.h | 131 uint8_t big_handle; member
|
D | lll_sync_iso.h | 8 uint8_t big_handle; member
|
D | lll_adv.h | 9 uint8_t big_handle; member
|
D | ull_sync.c | 1841 rx->hdr.handle = sync_iso->big_handle;
|
/Zephyr-latest/subsys/bluetooth/controller/include/ |
D | ll.h | 111 uint8_t ll_big_create(uint8_t big_handle, uint8_t adv_handle, uint8_t num_bis, 116 uint8_t ll_big_test_create(uint8_t big_handle, uint8_t adv_handle, 122 uint8_t ll_big_terminate(uint8_t big_handle, uint8_t reason); 144 uint8_t ll_big_sync_create(uint8_t big_handle, uint16_t sync_handle, 148 uint8_t ll_big_sync_terminate(uint8_t big_handle, void **rx);
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | iso.c | 94 static struct bt_iso_big *lookup_big_by_handle(uint8_t big_handle); 372 big = lookup_big_by_handle(iso->iso.big_handle); in bt_iso_connected() 2671 static struct bt_iso_big *lookup_big_by_handle(uint8_t big_handle) in lookup_big_by_handle() argument 2673 return &bigs[big_handle]; in lookup_big_by_handle() 2760 iso_conn->big_handle = big->handle; in big_init_bis() 2816 req->big_handle = big->handle; in hci_le_create_big() 2876 req->big_handle = big->handle; in hci_le_create_big_test() 2900 req->big_handle, req->adv_handle, req->num_bis, param->interval, in hci_le_create_big_test() 3144 if (evt->big_handle >= ARRAY_SIZE(bigs)) { in hci_le_big_complete() 3156 big = lookup_big_by_handle(evt->big_handle); in hci_le_big_complete() [all …]
|
D | conn_internal.h | 171 uint8_t big_handle; member
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | hci_types.h | 2206 uint8_t big_handle; member 2222 uint8_t big_handle; member 2242 uint8_t big_handle; member 2248 uint8_t big_handle; member 2260 uint8_t big_handle; member 2265 uint8_t big_handle; member 3347 uint8_t big_handle; member 3363 uint8_t big_handle; member 3370 uint8_t big_handle; member 3384 uint8_t big_handle; member
|
/Zephyr-latest/subsys/bluetooth/controller/hci/ |
D | hci.c | 1686 uint8_t big_handle; in le_create_big() local 1691 status = ll_adv_iso_by_hci_handle_new(cmd->big_handle, &big_handle); in le_create_big() 1707 status = ll_big_create(big_handle, adv_handle, cmd->num_bis, in le_create_big() 1729 status = ll_big_test_create(cmd->big_handle, cmd->adv_handle, in le_create_big_test() 1744 status = ll_big_terminate(cmd->big_handle, cmd->reason); in le_terminate_big() 1842 status = ll_big_sync_create(cmd->big_handle, sync_handle, in le_big_create_sync() 1855 uint8_t big_handle; in le_big_terminate_sync() local 1858 big_handle = cmd->big_handle; in le_big_terminate_sync() 1859 status = ll_big_sync_terminate(big_handle, node_rx); in le_big_terminate_sync() 1863 rp->big_handle = big_handle; in le_big_terminate_sync() [all …]
|