Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/shell/
Diso.c743 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/
Dtest_bis.c271 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/
Diso.h536 uint8_t bcode[BT_ISO_BROADCAST_CODE_SIZE]; member
624 uint8_t bcode[BT_ISO_BROADCAST_CODE_SIZE]; member
Dhci_types.h2217 uint8_t bcode[16]; member
2237 uint8_t bcode[16]; member
2251 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.c93 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()
Dull_sync_iso.c91 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/
Dbap_broadcast_sink.c1334 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()
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.c3532 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/
Dbap.rst28 [bcode <broadcast code> || bcode_str <broadcast code
283 uart:~$ bap sync_broadcast 0x01 bcode 0102030405060708090a0b0c0d0e0f
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c1710 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()