Searched defs:reject (Results 1 - 3 of 3) sorted by relevance

/system/bt/stack/avrc/
H A Davrc_api.c249 /* reject - commands can only be in single packets at AVRCP level */
251 /* use the current GKI buffer to send the reject */
290 /* the pdu id does not match - reject the command using the current GKI buffer */
319 /* use the current GKI buffer to build/send the reject message */
538 BOOLEAN reject = FALSE; local
655 reject = TRUE;
673 reject = TRUE;
715 reject = TRUE;
740 /* reject unsupported opcode */
741 reject
[all...]
/system/bt/bta/av/
H A Dbta_av_aact.c1950 ** Description Send AVDTP set config reject.
1957 tBTA_AV_REJECT reject; local
1964 bdcpy(reject.bd_addr, p_data->str_msg.bd_addr);
1965 reject.hndl = p_scb->hndl;
1966 (*bta_av_cb.p_cback)(BTA_AV_REJECT_EVT, (tBTA_AV *) &reject);
2956 ** Description Send an AVDTP security reject.
/system/bt/bta/include/
H A Dbta_av_api.h453 tBTA_AV_REJECT reject; member in union:__anon339

Completed in 27 milliseconds