avdtpSendCommand
avdtpSendCommand(fd, AVDTP_GET_CAPABILITIES, 0, &address, 1);
avdtpSendCommand(fd, AVDTP_SET_CONFIGURATION, 0,
avdtpSendCommand(fd, AVDTP_OPEN, 0, &address, 1);
avdtpSendCommand(fd, AVDTP_START, 0, &address, 1);
avdtpSendCommand(fd, AVDTP_CLOSE, 0, &address, 1);
avdtpSendCommand(fd, AVDTP_SUSPEND, 0, &address, 1);
avdtpSendCommand(fd, AVDTP_ABORT, 0, &address, 1);
int avdtpSendCommand(int fd, uint8_t command, uint8_t type,
avdtpSendCommand(hc, AVDTP_DISCOVER, 0, NULL, 0);
avdtpSendCommand(hc, AVDTP_DISCOVER, 0,
avdtpSendCommand(hc, AVDTP_DISCOVER, 0, NULL, 0);