HomeSort by: relevance | last modified time | path
    Searched refs:avdtpSendCommand (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/bta2dpd/bta2dpd/
avdtp.c 44 avdtpSendCommand(int fd, uint8_t command, uint8_t type, uint8_t *data,
237 avdtpSendCommand(fd, AVDTP_GET_CAPABILITIES, 0, &address, 1);
259 avdtpSendCommand(fd, AVDTP_SET_CONFIGURATION, 0,
272 avdtpSendCommand(fd, AVDTP_OPEN, 0, &address, 1);
280 avdtpSendCommand(fd, AVDTP_START, 0, &address, 1);
288 avdtpSendCommand(fd, AVDTP_CLOSE, 0, &address, 1);
296 avdtpSendCommand(fd, AVDTP_SUSPEND, 0, &address, 1);
304 avdtpSendCommand(fd, AVDTP_ABORT, 0, &address, 1);
avdtp_signal.h 118 int avdtpSendCommand(int fd, uint8_t command, uint8_t type,
bta2dpd.c 742 avdtpSendCommand(hc, AVDTP_DISCOVER, 0,
969 avdtpSendCommand(hc, AVDTP_DISCOVER, 0, NULL, 0);
1062 avdtpSendCommand(hc, AVDTP_DISCOVER, 0, NULL, 0);

Completed in 96 milliseconds