Home
last modified time | relevance | path

Searched refs:conn_timer (Results 1 – 4 of 4) sorted by relevance

/system/bt/stack/bnep/
Dbnep_main.cc131 alarm_set_on_mloop(p_bcb->conn_timer, BNEP_CONN_TIMEOUT_MS, in bnep_connect_ind()
180 alarm_set_on_mloop(p_bcb->conn_timer, BNEP_CONN_TIMEOUT_MS, in bnep_connect_cfm()
218 alarm_set_on_mloop(p_bcb->conn_timer, BNEP_HOST_TIMEOUT_MS, in bnep_config_cfm()
555 alarm_set_on_mloop(p_bcb->conn_timer, BNEP_CONN_TIMEOUT_MS, in bnep_conn_timer_timeout()
582 alarm_set_on_mloop(p_bcb->conn_timer, BNEP_FILTER_SET_TIMEOUT_MS, in bnep_conn_timer_timeout()
598 alarm_set_on_mloop(p_bcb->conn_timer, BNEP_FILTER_SET_TIMEOUT_MS, in bnep_conn_timer_timeout()
637 alarm_cancel(p_bcb->conn_timer); in bnep_connected()
Dbnep_utils.cc115 alarm_free(p_bcb->conn_timer); in bnepu_allocate_bcb()
117 p_bcb->conn_timer = alarm_new("bnep.conn_timer"); in bnepu_allocate_bcb()
142 alarm_free(p_bcb->conn_timer); in bnepu_release_bcb()
143 p_bcb->conn_timer = NULL; in bnepu_release_bcb()
279 alarm_set_on_mloop(p_bcb->conn_timer, BNEP_FILTER_SET_TIMEOUT_MS, in bnepu_send_peer_our_filters()
323 alarm_set_on_mloop(p_bcb->conn_timer, BNEP_FILTER_SET_TIMEOUT_MS, in bnepu_send_peer_our_multi_filters()
675 alarm_cancel(p_bcb->conn_timer); in bnep_process_setup_conn_responce()
972 alarm_cancel(p_bcb->conn_timer); in bnepu_process_peer_filter_rsp()
1015 alarm_cancel(p_bcb->conn_timer); in bnepu_process_multicast_filter_rsp()
1175 alarm_set_on_mloop(p_bcb->conn_timer, BNEP_CONN_TIMEOUT_MS, in bnep_sec_check_complete()
Dbnep_int.h109 alarm_t* conn_timer; member
Dbnep_api.cc186 alarm_set_on_mloop(p_bcb->conn_timer, BNEP_CONN_TIMEOUT_MS, in BNEP_Connect()