Searched defs:hci_buffer (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/pigweed/pw_bluetooth_proxy/ |
H A D | proxy_host.cc | 121 pw::span<uint8_t> hci_buffer = h4_packet.GetHciSpan(); in HandleEventFromController() local 165 pw::span<uint8_t> hci_buffer = h4_packet.GetHciSpan(); in HandleAclFromController() local 218 pw::span<uint8_t> hci_buffer = h4_packet.GetHciSpan(); in HandleLeMetaEvent() local 253 pw::span<uint8_t> hci_buffer = h4_packet.GetHciSpan(); in HandleCommandCompleteEvent() local 315 pw::span<uint8_t> hci_buffer = h4_packet.GetHciSpan(); in HandleAclFromHost() local
|
H A D | acl_data_channel.cc | 216 pw::span<uint8_t> hci_buffer = h4_packet.GetHciSpan(); in HandleConnectionCompleteEvent() local 259 pw::span<uint8_t> hci_buffer = h4_packet.GetHciSpan(); in HandleLeConnectionCompleteEvent() local 275 pw::span<uint8_t> hci_buffer = h4_packet.GetHciSpan(); in HandleLeEnhancedConnectionCompleteV1Event() local 292 pw::span<uint8_t> hci_buffer = h4_packet.GetHciSpan(); in HandleLeEnhancedConnectionCompleteV2Event() local
|
H A D | h4_packet_test.cc | 28 std::array<uint8_t, 5> hci_buffer{0, 1, 2, 3, 4}; in TEST() local 38 std::array<uint8_t, 5> hci_buffer{0, 1, 2, 3, 4}; in TEST() local
|
/aosp_15_r20/external/pigweed/pw_bluetooth/ |
H A D | emboss_test.cc | 267 std::array<uint8_t, 8> hci_buffer = { in TEST() local 276 std::array<uint8_t, 8> hci_buffer = {0x0e, 0x04, 0x01, 0x2e, 0xfc, 0x00}; in TEST() local 284 std::array<uint8_t, 16> hci_buffer = {0x0c, in TEST() local 307 std::array<uint8_t, 9> hci_buffer = { in TEST() local
|