Home
last modified time | relevance | path

Searched refs:bcode (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/shell/
Diso.c756 uint8_t bcode_len = hex2bin(argv[1], strlen(argv[1]), param.bcode, in cmd_big_create()
757 sizeof(param.bcode)); in cmd_big_create()
758 if (!bcode_len || bcode_len != sizeof(param.bcode)) { in cmd_big_create()
768 memset(param.bcode, 0, sizeof(param.bcode)); in cmd_big_create()
902 memset(param.bcode, 0, sizeof(param.bcode)); in cmd_big_sync()
903 bcode_len = hex2bin(argv[i], strlen(argv[i]), param.bcode, in cmd_big_sync()
904 sizeof(param.bcode)); in cmd_big_sync()
/Zephyr-latest/tests/bsim/bluetooth/ll/bis/src/
Dtest_bis.c301 uint8_t bcode[BT_ISO_BROADCAST_CODE_SIZE] = { 0 }; in create_ll_big() local
319 encryption, bcode); in create_ll_big()
862 uint8_t bcode[BT_ISO_BROADCAST_CODE_SIZE] = { 0 }; in test_iso_recv_main() local
870 err = ll_big_sync_create(big_handle, sync->handle, encryption, bcode, in test_iso_recv_main()
898 err = ll_big_sync_create(big_handle, sync->handle, encryption, bcode, in test_iso_recv_main()
945 memset(big_param.bcode, 0, sizeof(big_param.bcode)); in test_iso_recv_main()
1159 memset(big_param.bcode, 0, sizeof(big_param.bcode)); in test_iso_recv_vs_dp_main()
/Zephyr-latest/include/zephyr/bluetooth/
Diso.h536 uint8_t bcode[BT_ISO_BROADCAST_CODE_SIZE]; member
624 uint8_t bcode[BT_ISO_BROADCAST_CODE_SIZE]; member
Dhci_types.h2265 uint8_t bcode[16]; member
2285 uint8_t bcode[16]; member
2299 uint8_t bcode[16]; member
/Zephyr-latest/subsys/bluetooth/controller/include/
Dll.h115 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/
Diso.c2828 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/
Dull_adv_iso.c104 uint8_t *bcode, in big_create() argument
611 err = bt_crypto_h7(BIG1, bcode, igltk); in big_create()
690 uint8_t *bcode) in ll_big_create() argument
693 max_latency, rtn, phy, packing, framing, encryption, bcode, in ll_big_create()
708 uint8_t pto, uint8_t encryption, uint8_t *bcode) in ll_big_test_create() argument
713 phy, packing, framing, encryption, bcode, in ll_big_test_create()
Dull_sync_iso.c91 uint8_t encryption, uint8_t *bcode, uint8_t mse, in ll_big_sync_create() argument
204 err = bt_crypto_h7(BIG1, bcode, igltk); in ll_big_sync_create()
/Zephyr-latest/subsys/bluetooth/audio/
Dbap_broadcast_sink.c1338 memcpy(param.bcode, broadcast_code, sizeof(param.bcode)); in bt_bap_broadcast_sink_sync()
1340 memset(param.bcode, 0, sizeof(param.bcode)); in bt_bap_broadcast_sink_sync()
Dbap_broadcast_source.c1078 (void)memcpy(param.bcode, source->broadcast_code, sizeof(param.bcode)); in bt_bap_broadcast_source_start()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dbap.c3522 uint8_t bcode[BT_ISO_BROADCAST_CODE_SIZE] = {0}; in cmd_sync_broadcast() local
3544 len = hex2bin(arg, strlen(arg), bcode, sizeof(bcode)); in cmd_sync_broadcast()
3561 if (strlen(arg) == 0U || strlen(arg) > sizeof(bcode)) { in cmd_sync_broadcast()
3567 memcpy(bcode, arg, strlen(arg)); in cmd_sync_broadcast()
3601 bcode_set ? bcode : NULL); in cmd_sync_broadcast()
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dbap.rst28 [bcode <broadcast code> || bcode_str <broadcast code
283 uart:~$ bap sync_broadcast 0x01 bcode 0102030405060708090a0b0c0d0e0f
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c1745 cmd->encryption, cmd->bcode); in le_create_big()
1769 cmd->bcode); in le_create_big_test()
1878 cmd->encryption, cmd->bcode, cmd->mse, in le_big_create_sync()