Searched refs:SDP_INACT_TIMEOUT_MS (Results 1 – 4 of 4) sorted by relevance
/system/bt/stack/sdp/ |
D | sdp_main.c | 388 alarm_set_on_queue(p_ccb->sdp_conn_timer, SDP_INACT_TIMEOUT_MS, in sdp_config_ind() 431 alarm_set_on_queue(p_ccb->sdp_conn_timer, SDP_INACT_TIMEOUT_MS, in sdp_config_cfm()
|
D | sdp_discovery.c | 176 alarm_set_on_queue(p_ccb->sdp_conn_timer, SDP_INACT_TIMEOUT_MS, in sdp_snd_service_search_req() 521 alarm_set_on_queue(p_ccb->sdp_conn_timer, SDP_INACT_TIMEOUT_MS, in process_service_attr_rsp() 660 alarm_set_on_queue(p_ccb->sdp_conn_timer, SDP_INACT_TIMEOUT_MS, in process_service_search_attr_rsp()
|
D | sdpint.h | 39 #define SDP_INACT_TIMEOUT_MS (30 * 1000) /* Inactivity timeout (in ms) */ macro
|
D | sdp_server.c | 126 alarm_set_on_queue(p_ccb->sdp_conn_timer, SDP_INACT_TIMEOUT_MS, in sdp_server_handle_client_req()
|