Home
last modified time | relevance | path

Searched refs:bcst_code (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/stack/test/common/
Dmock_hcic_layer.cc86 std::array<uint8_t, 16> bcst_code) { in btsnd_hcic_create_big() argument
98 .enc_code = std::move(bcst_code), in btsnd_hcic_create_big()
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_hcic_hciblecmds.h537 std::array<uint8_t, 16> bcst_code)>
548 std::array<uint8_t, 16> bcst_code) { in operator()
550 transport_latency, rtn, phy, packing, framing, enc, bcst_code); in operator()
Dmock_stack_hcic_hciblecmds.cc309 std::array<uint8_t, 16> bcst_code) { in btsnd_hcic_create_big() argument
313 rtn, phy, packing, framing, enc, bcst_code); in btsnd_hcic_create_big()
/packages/modules/Bluetooth/system/stack/hcic/
Dhciblecmds.cc535 std::array<uint8_t, 16> bcst_code) { in btsnd_hcic_create_big() argument
558 uint8_t* buf_ptr = bcst_code.data(); in btsnd_hcic_create_big()
/packages/modules/Bluetooth/system/stack/include/
Dhcimsgs.h409 std::array<uint8_t, 16> bcst_code);