/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | iso.c | 743 uint8_t bcode_len = hex2bin(argv[1], strlen(argv[1]), param.bcode, in cmd_big_create() 744 sizeof(param.bcode)); in cmd_big_create() 745 if (!bcode_len || bcode_len != sizeof(param.bcode)) { in cmd_big_create() 755 memset(param.bcode, 0, sizeof(param.bcode)); in cmd_big_create() 889 memset(param.bcode, 0, sizeof(param.bcode)); in cmd_big_sync() 890 bcode_len = hex2bin(argv[i], strlen(argv[i]), param.bcode, in cmd_big_sync() 891 sizeof(param.bcode)); in cmd_big_sync()
|
/Zephyr-latest/tests/bsim/bluetooth/ll/bis/src/ |
D | test_bis.c | 271 uint8_t bcode[BT_ISO_BROADCAST_CODE_SIZE] = { 0 }; in create_ll_big() local 289 encryption, bcode); in create_ll_big() 830 uint8_t bcode[BT_ISO_BROADCAST_CODE_SIZE] = { 0 }; in test_iso_recv_main() local 838 err = ll_big_sync_create(big_handle, sync->handle, encryption, bcode, in test_iso_recv_main() 865 err = ll_big_sync_create(big_handle, sync->handle, encryption, bcode, in test_iso_recv_main() 912 memset(big_param.bcode, 0, sizeof(big_param.bcode)); in test_iso_recv_main() 1126 memset(big_param.bcode, 0, sizeof(big_param.bcode)); in test_iso_recv_vs_dp_main()
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | iso.h | 536 uint8_t bcode[BT_ISO_BROADCAST_CODE_SIZE]; member 624 uint8_t bcode[BT_ISO_BROADCAST_CODE_SIZE]; member
|
D | hci_types.h | 2217 uint8_t bcode[16]; member 2237 uint8_t bcode[16]; member 2251 uint8_t bcode[16]; member
|
/Zephyr-latest/subsys/bluetooth/controller/include/ |
D | ll.h | 115 uint8_t *bcode); 121 uint8_t pto, uint8_t encryption, uint8_t *bcode); 145 uint8_t encryption, uint8_t *bcode, uint8_t mse,
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | iso.c | 2828 memcpy(req->bcode, param->bcode, sizeof(req->bcode)); in hci_le_create_big() 2830 memset(req->bcode, 0, sizeof(req->bcode)); in hci_le_create_big() 2892 memcpy(req->bcode, param->bcode, sizeof(req->bcode)); in hci_le_create_big_test() 2894 memset(req->bcode, 0, sizeof(req->bcode)); in hci_le_create_big_test() 3420 memcpy(req->bcode, param->bcode, sizeof(req->bcode)); in hci_le_big_create_sync() 3422 memset(req->bcode, 0, sizeof(req->bcode)); in hci_le_big_create_sync()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_adv_iso.c | 93 uint8_t *bcode, in big_create() argument 583 err = bt_crypto_h7(BIG1, bcode, igltk); in big_create() 662 uint8_t *bcode) in ll_big_create() argument 665 max_latency, rtn, phy, packing, framing, encryption, bcode, in ll_big_create() 680 uint8_t pto, uint8_t encryption, uint8_t *bcode) in ll_big_test_create() argument 685 phy, packing, framing, encryption, bcode, in ll_big_test_create()
|
D | ull_sync_iso.c | 91 uint8_t encryption, uint8_t *bcode, uint8_t mse, in ll_big_sync_create() argument 203 err = bt_crypto_h7(BIG1, bcode, igltk); in ll_big_sync_create()
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | bap_broadcast_sink.c | 1334 memcpy(param.bcode, broadcast_code, sizeof(param.bcode)); in bt_bap_broadcast_sink_sync() 1336 memset(param.bcode, 0, sizeof(param.bcode)); in bt_bap_broadcast_sink_sync()
|
D | bap_broadcast_source.c | 1078 (void)memcpy(param.bcode, source->broadcast_code, sizeof(param.bcode)); in bt_bap_broadcast_source_start()
|
/Zephyr-latest/subsys/bluetooth/audio/shell/ |
D | bap.c | 3532 uint8_t bcode[BT_ISO_BROADCAST_CODE_SIZE] = {0}; in cmd_sync_broadcast() local 3554 len = hex2bin(arg, strlen(arg), bcode, sizeof(bcode)); in cmd_sync_broadcast() 3571 if (strlen(arg) == 0U || strlen(arg) > sizeof(bcode)) { in cmd_sync_broadcast() 3577 memcpy(bcode, arg, strlen(arg)); in cmd_sync_broadcast() 3611 bcode_set ? bcode : NULL); in cmd_sync_broadcast()
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | bap.rst | 28 [bcode <broadcast code> || bcode_str <broadcast code 283 uart:~$ bap sync_broadcast 0x01 bcode 0102030405060708090a0b0c0d0e0f
|
/Zephyr-latest/subsys/bluetooth/controller/hci/ |
D | hci.c | 1710 cmd->encryption, cmd->bcode); in le_create_big() 1734 cmd->bcode); in le_create_big_test() 1843 cmd->encryption, cmd->bcode, cmd->mse, in le_big_create_sync()
|