Home
last modified time | relevance | path

Searched refs:isCommand (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/usr.sbin/bta2dpd/bta2dpd/
H A Davdtp.c77 avdtpCheckResponse(int recvfd, bool *isCommand, uint8_t *trans, uint8_t in avdtpCheckResponse() argument
83 *isCommand = false; in avdtpCheckResponse()
99 *isCommand = true; in avdtpCheckResponse()
117 if (isCommand) in avdtpCheckResponse()
H A Davdtp_signal.h120 int avdtpCheckResponse(int recvfd, bool *isCommand, uint8_t *trans, uint8_t
H A Dbta2dpd.c650 bool isCommand; in do_ctlreq() local
660 if(avdtpCheckResponse(fd, &isCommand, &trans, &signal, NULL, buff, in do_ctlreq()
678 } else if (isCommand) { in do_ctlreq()