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

  /system/bt/stack/sdp/
sdp_utils.c 124 p_ccb->sdp_conn_timer = alarm_new("sdp.sdp_conn_timer");
146 alarm_free(p_ccb->sdp_conn_timer);
147 p_ccb->sdp_conn_timer = NULL;
sdp_main.c 388 alarm_set_on_queue(p_ccb->sdp_conn_timer, SDP_INACT_TIMEOUT_MS,
431 alarm_set_on_queue(p_ccb->sdp_conn_timer, SDP_INACT_TIMEOUT_MS,
sdp_discovery.c 176 alarm_set_on_queue(p_ccb->sdp_conn_timer, SDP_INACT_TIMEOUT_MS,
230 alarm_cancel(p_ccb->sdp_conn_timer);
521 alarm_set_on_queue(p_ccb->sdp_conn_timer, SDP_INACT_TIMEOUT_MS,
660 alarm_set_on_queue(p_ccb->sdp_conn_timer, SDP_INACT_TIMEOUT_MS,
    [all...]
sdpint.h 180 alarm_t *sdp_conn_timer; member in struct:__anon73989
sdp_server.c 126 alarm_set_on_queue(p_ccb->sdp_conn_timer, SDP_INACT_TIMEOUT_MS,

Completed in 1458 milliseconds