Lines Matching refs:AvdtpScb
761 void avdt_scb_event(AvdtpScb* p_scb, uint8_t event, tAVDT_SCB_EVT* p_data) { in avdt_scb_event()
780 AvdtpScb* p_avdt_scb = &avdtp_cb.ccb[i].scb[j]; in avdt_scb_event()
853 AvdtpScb* avdt_scb_alloc(uint8_t peer_id, in avdt_scb_alloc()
859 AvdtpScb* p_scb = &avdtp_cb.ccb[peer_id].scb[0]; in avdt_scb_alloc()
873 void AvdtpScb::Allocate(AvdtpCcb* p_avdtp_ccb, in Allocate()
893 void avdt_scb_dealloc(AvdtpScb* p_scb, tAVDT_SCB_EVT* /* p_data */) { in avdt_scb_dealloc()
908 uint8_t avdt_scb_to_hdl(AvdtpScb* p_scb) { return p_scb->ScbHandle(); } in avdt_scb_to_hdl()
921 AvdtpScb* avdt_scb_by_hdl(uint8_t hdl) { in avdt_scb_by_hdl()
932 AvdtpScb* p_scb = &avdtp_cb.ccb[i].scb[j]; in avdt_scb_by_hdl()
967 AvdtpScb* p_scb = avdt_scb_by_hdl(p_seid[i]); in avdt_scb_verify()
1019 AvdtpScb* p_scb; in avdt_scb_peer_seid_list()