Searched refs:is_received (Results 1 - 3 of 3) sorted by relevance

/system/bt/hci/include/
H A Dbtsnoop.h33 // Capture |packet| and dump it to the btsnoop logs. If |is_received| is
36 void (*capture)(const BT_HDR *packet, bool is_received);
/system/bt/hci/src/
H A Dbtsnoop.c65 static void btsnoop_write_packet(packet_type_t type, const uint8_t *packet, bool is_received);
103 static void capture(const BT_HDR *buffer, bool is_received) { argument
117 btsnoop_write_packet(kAclPacket, p, is_received);
121 btsnoop_write_packet(kScoPacket, p, is_received);
198 static void btsnoop_write_packet(packet_type_t type, const uint8_t *packet, bool is_received) { argument
210 flags = is_received;
214 flags = is_received;
/system/bt/hci/test/
H A Dhci_layer_test.cpp285 STUB_FUNCTION(void, btsnoop_capture, (const BT_HDR *buffer, bool is_received))
287 EXPECT_FALSE(is_received);
300 EXPECT_FALSE(is_received);
307 EXPECT_TRUE(is_received);
317 EXPECT_TRUE(is_received);

Completed in 1209 milliseconds