HomeSort by relevance Sort by last modified time
    Searched refs:p_curr_msg (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/stack/avdt/
avdt_msg.c     [all...]
avdt_ccb_act.c 57 if (p_ccb->p_curr_msg != NULL)
59 GKI_freebuf(p_ccb->p_curr_msg);
60 p_ccb->p_curr_msg = NULL;
820 if ((!p_ccb->cong) && (p_ccb->p_curr_msg == NULL) && (p_ccb->p_curr_cmd != NULL))
855 if ((!p_ccb->cong) && (p_ccb->p_curr_msg == NULL) && (p_ccb->p_curr_cmd == NULL))
889 if (p_ccb->p_curr_msg != NULL)
    [all...]
avdt_int.h 436 BT_HDR *p_curr_msg; /* Current message being sent */ member in struct:__anon5840

Completed in 334 milliseconds