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

/external/bluetooth/bluedroid/stack/avdt/
H A Davdt_int.h447 } tAVDT_CCB; typedef in typeref:struct:__anon1215
450 typedef void (*tAVDT_CCB_ACTION)(tAVDT_CCB *p_ccb, tAVDT_CCB_EVT *p_data);
490 tAVDT_CCB *p_ccb; /* ccb associated with this scb */
545 tAVDT_CCB ccb[AVDT_NUM_LINKS]; /* channel control blocks */
562 extern void avdt_ccb_event(tAVDT_CCB *p_ccb, UINT8 event, tAVDT_CCB_EVT *p_data);
563 extern tAVDT_CCB *avdt_ccb_by_bd(BD_ADDR bd_addr);
564 extern tAVDT_CCB *avdt_ccb_alloc(BD_ADDR bd_addr);
565 extern void avdt_ccb_dealloc(tAVDT_CCB *p_ccb, tAVDT_CCB_EVT *p_data);
566 extern UINT8 avdt_ccb_to_idx(tAVDT_CCB *p_ccb);
567 extern tAVDT_CCB *avdt_ccb_by_id
[all...]

Completed in 99 milliseconds