Lines Matching full:p_handle
880 ** p_handle: Pointer to handle. This parameter is only
888 UINT16 AVRC_Open(UINT8 *p_handle, tAVRC_CONN_CB *p_ccb, BD_ADDR_PTR peer_addr)
899 status = AVCT_CreateConn(p_handle, &cc, peer_addr);
902 memcpy(&avrc_cb.ccb[*p_handle], p_ccb, sizeof(tAVRC_CONN_CB));
904 memset(&avrc_cb.fcb[*p_handle], 0, sizeof(tAVRC_FRAG_CB));
905 memset(&avrc_cb.rcb[*p_handle], 0, sizeof(tAVRC_RASM_CB));
909 status, *p_handle);