Home | History | Annotate | Download | only in src

Lines Matching refs:sdp_handle

91   int sdp_handle;
137 rfc_slots[i].sdp_handle = 0;
425 if((rs->sdp_handle = add_rfc_sdp_rec(rs->service_name, rs->service_uuid, rs->scn)) <= 0)
486 APPL_TRACE_DEBUG4("cleanup slot:%d, fd:%d, scn:%d, sdp_handle:0x%x", rs->id, rs->fd, rs->scn, rs->sdp_handle);
498 if(rs->sdp_handle > 0)
500 del_rfc_sdp_rec(rs->sdp_handle);
501 rs->sdp_handle = 0;