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

/system/bt/stack/avdt/
H A Davdt_int.h451 } tAVDT_CCB; typedef in typeref:struct:__anon842
454 typedef void (*tAVDT_CCB_ACTION)(tAVDT_CCB *p_ccb, tAVDT_CCB_EVT *p_data);
493 tAVDT_CCB *p_ccb; /* ccb associated with this scb */
547 tAVDT_CCB ccb[AVDT_NUM_LINKS]; /* channel control blocks */
564 extern void avdt_ccb_event(tAVDT_CCB *p_ccb, UINT8 event, tAVDT_CCB_EVT *p_data);
565 extern tAVDT_CCB *avdt_ccb_by_bd(BD_ADDR bd_addr);
566 extern tAVDT_CCB *avdt_ccb_alloc(BD_ADDR bd_addr);
567 extern void avdt_ccb_dealloc(tAVDT_CCB *p_ccb, tAVDT_CCB_EVT *p_data);
568 extern UINT8 avdt_ccb_to_idx(tAVDT_CCB *p_ccb);
569 extern tAVDT_CCB *avdt_ccb_by_id
[all...]

Completed in 176 milliseconds