OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:H4Protocol
(Results
1 - 8
of
8
) sorted by null
/device/linaro/hikey/bluetooth/
h4_protocol.cc
29
size_t
H4Protocol
::Send(uint8_t type, const uint8_t* data, size_t length) {
37
void
H4Protocol
::OnPacketReady() {
57
void
H4Protocol
::OnDataReady(int fd) {
h4_protocol.h
30
class
H4Protocol
: public HciProtocol {
32
H4Protocol
(int fd, PacketReadCallback event_cb, PacketReadCallback acl_cb,
bluetooth_hci.h
64
hci::
H4Protocol
* hci_;
bluetooth_hci.cc
52
hci_ = new hci::
H4Protocol
(
/hardware/interfaces/bluetooth/1.0/default/
h4_protocol.cc
29
size_t
H4Protocol
::Send(uint8_t type, const uint8_t* data, size_t length) {
37
void
H4Protocol
::OnPacketReady() {
57
void
H4Protocol
::OnDataReady(int fd) {
h4_protocol.h
31
class
H4Protocol
: public HciProtocol {
33
H4Protocol
(int fd, PacketReadCallback event_cb, PacketReadCallback acl_cb,
vendor_interface.cc
241
hci::
H4Protocol
* h4_hci =
242
new hci::
H4Protocol
(fd_list[0], intercept_events, acl_cb, sco_cb);
/hardware/interfaces/bluetooth/1.0/default/test/
h4_protocol_unittest.cc
40
using hci::
H4Protocol
;
78
H4Protocol
* h4_hci =
79
new
H4Protocol
(sockfd[0], event_cb_.AsStdFunction(),
191
H4Protocol
* protocol_;
Completed in 55 milliseconds