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

  /external/bluetooth/bluedroid/stack/avdt/
avdt_ad.c 521 ** Function avdt_ad_open_req
535 void avdt_ad_open_req(UINT8 type, tAVDT_CCB *p_ccb, tAVDT_SCB *p_scb, UINT8 role) function
543 AVDT_TRACE_DEBUG("avdt_ad_open_req: type: %d, role: %d, tcid:%d",
avdt_scb_act.c 215 ** Description This function calls avdt_ad_open_req() to initiate
227 avdt_ad_open_req(AVDT_CHAN_MEDIA, p_scb->p_ccb, p_scb, AVDT_INT);
    [all...]
avdt_ccb_act.c 81 ** Description This function calls avdt_ad_open_req() to
93 avdt_ad_open_req(AVDT_CHAN_SIG, p_ccb, NULL, AVDT_INT);
    [all...]
avdt_int.h 699 extern void avdt_ad_open_req(UINT8 type, tAVDT_CCB *p_ccb, tAVDT_SCB *p_scb, UINT8 role);

Completed in 90 milliseconds