Home | History | Annotate | Download | only in test

Lines Matching refs:reject

203 static void process_avdtp(int srv_sk, int sk, unsigned char reject,
233 if (reject == AVDTP_DISCOVER) {
252 if (reject == AVDTP_GET_CAPABILITIES) {
297 if (reject == AVDTP_SET_CONFIGURATION) {
311 if (reject == AVDTP_GET_CONFIGURATION) {
324 if (reject == AVDTP_OPEN) {
351 if (reject == AVDTP_ABORT)
353 else if (reject == AVDTP_START) {
366 if (reject == AVDTP_CLOSE) {
383 if (reject == AVDTP_SUSPEND) {
414 static void process_avctp(int sk, int reject)
459 static void do_listen(const bdaddr_t *src, unsigned char reject, int fragment)
499 process_avdtp(sk, nsk, reject, fragment);
724 "\t--reject <command> Reject command\n"
735 { "reject", 1, 0, 'r' },