Searched refs:MessageCb (Results 1 – 2 of 2) sorted by relevance
159 void MessageCb(uint8_t handle, uint8_t label, uint8_t opcode, tAVRC_MSG* p_msg);
231 open_cb.msg_cback = base::Bind(&ConnectionHandler::MessageCb, weak_ptr_factory_.GetWeakPtr()); in AvrcpConnect()449 void ConnectionHandler::MessageCb(uint8_t handle, uint8_t label, uint8_t opcode, tAVRC_MSG* p_msg) { in MessageCb() function in bluetooth::avrcp::ConnectionHandler