Searched refs:isCommand (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/usr.sbin/bta2dpd/bta2dpd/ |
| H A D | avdtp.c | 77 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 D | avdtp_signal.h | 120 int avdtpCheckResponse(int recvfd, bool *isCommand, uint8_t *trans, uint8_t
|
| H A D | bta2dpd.c | 650 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()
|