/Zephyr-Core-3.7.0/subsys/bluetooth/shell/ |
D | iso.c | 746 uint8_t bcode_len = hex2bin(argv[1], strlen(argv[1]), param.bcode, in cmd_big_create() 747 sizeof(param.bcode)); in cmd_big_create() 748 if (!bcode_len || bcode_len != sizeof(param.bcode)) { in cmd_big_create() 758 memset(param.bcode, 0, sizeof(param.bcode)); in cmd_big_create() 894 memset(param.bcode, 0, sizeof(param.bcode)); in cmd_big_sync() 895 bcode_len = hex2bin(argv[i], strlen(argv[i]), param.bcode, in cmd_big_sync() 896 sizeof(param.bcode)); in cmd_big_sync()
|
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/ll/bis/src/ |
D | main.c | 273 uint8_t bcode[BT_ISO_BROADCAST_CODE_SIZE] = { 0 }; in create_ll_big() local 291 encryption, bcode); in create_ll_big() 834 uint8_t bcode[BT_ISO_BROADCAST_CODE_SIZE] = { 0 }; in test_iso_recv_main() local 842 err = ll_big_sync_create(big_handle, sync->handle, encryption, bcode, in test_iso_recv_main() 868 err = ll_big_sync_create(big_handle, sync->handle, encryption, bcode, in test_iso_recv_main() 915 memset(big_param.bcode, 0, sizeof(big_param.bcode)); in test_iso_recv_main() 1131 memset(big_param.bcode, 0, sizeof(big_param.bcode)); in test_iso_recv_vs_dp_main()
|
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/ |
D | iso.h | 515 uint8_t bcode[BT_ISO_BROADCAST_CODE_SIZE]; member 603 uint8_t bcode[BT_ISO_BROADCAST_CODE_SIZE]; member
|
D | hci_types.h | 2188 uint8_t bcode[16]; member 2208 uint8_t bcode[16]; member 2222 uint8_t bcode[16]; member
|
/Zephyr-Core-3.7.0/subsys/bluetooth/host/ |
D | iso.c | 2735 memcpy(req->bcode, param->bcode, sizeof(req->bcode)); in hci_le_create_big() 2737 memset(req->bcode, 0, sizeof(req->bcode)); in hci_le_create_big() 2795 memcpy(req->bcode, param->bcode, sizeof(req->bcode)); in hci_le_create_big_test() 2797 memset(req->bcode, 0, sizeof(req->bcode)); in hci_le_create_big_test() 3293 memcpy(req->bcode, param->bcode, sizeof(req->bcode)); in hci_le_big_create_sync() 3295 memset(req->bcode, 0, sizeof(req->bcode)); in hci_le_big_create_sync()
|
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/include/ |
D | ll.h | 115 uint8_t *bcode); 121 uint8_t pto, uint8_t encryption, uint8_t *bcode); 139 uint8_t encryption, uint8_t *bcode, uint8_t mse,
|
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/ |
D | ull_adv_iso.c | 93 uint8_t *bcode, in big_create() argument 580 err = bt_crypto_h7(BIG1, bcode, igltk); in big_create() 659 uint8_t *bcode) in ll_big_create() argument 662 max_latency, rtn, phy, packing, framing, encryption, bcode, in ll_big_create() 677 uint8_t pto, uint8_t encryption, uint8_t *bcode) in ll_big_test_create() argument 682 phy, packing, framing, encryption, bcode, in ll_big_test_create()
|
D | ull_sync_iso.c | 81 uint8_t encryption, uint8_t *bcode, uint8_t mse, in ll_big_sync_create() argument 193 err = bt_crypto_h7(BIG1, bcode, igltk); in ll_big_sync_create()
|
/Zephyr-Core-3.7.0/subsys/bluetooth/audio/ |
D | bap_broadcast_sink.c | 1273 memcpy(param.bcode, broadcast_code, sizeof(param.bcode)); in bt_bap_broadcast_sink_sync() 1275 memset(param.bcode, 0, sizeof(param.bcode)); in bt_bap_broadcast_sink_sync()
|
D | bap_broadcast_source.c | 1118 (void)memcpy(param.bcode, source->broadcast_code, in bt_bap_broadcast_source_start() 1119 sizeof(param.bcode)); in bt_bap_broadcast_source_start()
|
/Zephyr-Core-3.7.0/doc/connectivity/bluetooth/api/audio/shell/ |
D | bap.rst | 27 [bcode <broadcast code> || bcode_str <broadcast code 229 uart:~$ bap sync_broadcast 0x01 bcode 0102030405060708090a0b0c0d0e0f
|
/Zephyr-Core-3.7.0/subsys/bluetooth/audio/shell/ |
D | bap.c | 3417 uint8_t bcode[BT_AUDIO_BROADCAST_CODE_SIZE] = {0}; in cmd_sync_broadcast() local 3439 len = hex2bin(arg, strlen(arg), bcode, sizeof(bcode)); in cmd_sync_broadcast() 3456 if (strlen(arg) == 0U || strlen(arg) > sizeof(bcode)) { in cmd_sync_broadcast() 3462 memcpy(bcode, arg, strlen(arg)); in cmd_sync_broadcast() 3496 bcode_set ? bcode : NULL); in cmd_sync_broadcast()
|
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/hci/ |
D | hci.c | 1697 cmd->encryption, cmd->bcode); in le_create_big() 1721 cmd->bcode); in le_create_big_test() 1830 cmd->encryption, cmd->bcode, cmd->mse, in le_big_create_sync()
|