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

/system/bt/stack/avdt/
H A Davdt_int.h432 } tAVDT_CCB; typedef in typeref:struct:__anon840
435 typedef void (*tAVDT_CCB_ACTION)(tAVDT_CCB* p_ccb, tAVDT_CCB_EVT* p_data);
470 tAVDT_CCB* p_ccb; /* ccb associated with this scb */
515 tAVDT_CCB ccb[AVDT_NUM_LINKS]; /* channel control blocks */
531 extern void avdt_ccb_event(tAVDT_CCB* p_ccb, uint8_t event,
533 extern tAVDT_CCB* avdt_ccb_by_bd(const RawAddress& bd_addr);
534 extern tAVDT_CCB* avdt_ccb_alloc(const RawAddress& bd_addr);
535 extern void avdt_ccb_dealloc(tAVDT_CCB* p_ccb, tAVDT_CCB_EVT* p_data);
536 extern uint8_t avdt_ccb_to_idx(tAVDT_CCB* p_ccb);
537 extern tAVDT_CCB* avdt_ccb_by_id
[all...]

Completed in 391 milliseconds