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

/external/bluetooth/bluez/test/
H A Davtest.c49 #define AVDTP_MSG_TYPE_COMMAND 0x00 macro
226 if (hdr->message_type != AVDTP_MSG_TYPE_COMMAND) {
569 hdr->message_type = AVDTP_MSG_TYPE_COMMAND;
576 hdr->message_type = AVDTP_MSG_TYPE_COMMAND;
586 hdr->message_type = AVDTP_MSG_TYPE_COMMAND;
600 hdr->message_type = AVDTP_MSG_TYPE_COMMAND;
613 hdr->message_type = AVDTP_MSG_TYPE_COMMAND;
625 hdr->message_type = AVDTP_MSG_TYPE_COMMAND;
637 hdr->message_type = AVDTP_MSG_TYPE_COMMAND;
652 hdr->message_type = AVDTP_MSG_TYPE_COMMAND;
[all...]
/external/bluetooth/bluez/tools/
H A Davinfo.c55 #define AVDTP_MSG_TYPE_COMMAND 0x00 macro
438 header->message_type = AVDTP_MSG_TYPE_COMMAND;
/external/bluetooth/bluez/audio/
H A Davdtp.c85 #define AVDTP_MSG_TYPE_COMMAND 0x00 macro
2009 if (session->in.message_type == AVDTP_MSG_TYPE_COMMAND) {
2546 if (!avdtp_send(session, req->transaction, AVDTP_MSG_TYPE_COMMAND,

Completed in 18 milliseconds