Searched refs:AVDT_SIG_SECURITY (Results 1 – 3 of 3) sorted by relevance
55 #define AVDT_SIG_SECURITY 11 /* security control */ macro
1208 avdt_msg_send_cmd(p_scb->p_ccb, p_scb, AVDT_SIG_SECURITY, &p_data->msg); in avdt_scb_snd_security_req()1222 avdt_msg_send_rsp(p_scb->p_ccb, AVDT_SIG_SECURITY, &p_data->msg); in avdt_scb_snd_security_rsp()1224 avdt_msg_send_rej(p_scb->p_ccb, AVDT_SIG_SECURITY, &p_data->msg); in avdt_scb_snd_security_rsp()
1135 (sig == AVDT_SIG_SECURITY) || (avdt_cb.rcb.ret_tout == 0)) { in avdt_msg_send()