Home
last modified time | relevance | path

Searched refs:MessageCb (Results 1 – 2 of 2) sorted by relevance

/system/bt/profile/avrcp/
Dconnection_handler.h149 void MessageCb(uint8_t handle, uint8_t label, uint8_t opcode,
Dconnection_handler.cc196 base::Bind(&ConnectionHandler::MessageCb, weak_ptr_factory_.GetWeakPtr()); in AvrcpConnect()
390 void ConnectionHandler::MessageCb(uint8_t handle, uint8_t label, uint8_t opcode, in MessageCb() function in bluetooth::avrcp::ConnectionHandler