Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/bnep/
Dbnep_main.cc136 alarm_set_on_mloop(p_bcb->conn_timer, BNEP_CONN_TIMEOUT_MS, in bnep_connect_ind()
188 alarm_set_on_mloop(p_bcb->conn_timer, BNEP_CONN_TIMEOUT_MS, in bnep_connect_cfm()
225 alarm_set_on_mloop(p_bcb->conn_timer, BNEP_HOST_TIMEOUT_MS, in bnep_config_cfm()
562 alarm_set_on_mloop(p_bcb->conn_timer, BNEP_CONN_TIMEOUT_MS, in bnep_conn_timer_timeout()
595 alarm_set_on_mloop(p_bcb->conn_timer, BNEP_FILTER_SET_TIMEOUT_MS, in bnep_conn_timer_timeout()
614 alarm_set_on_mloop(p_bcb->conn_timer, BNEP_FILTER_SET_TIMEOUT_MS, in bnep_conn_timer_timeout()
656 alarm_cancel(p_bcb->conn_timer); in bnep_connected()
Dbnep_utils.cc119 alarm_free(p_bcb->conn_timer); in bnepu_allocate_bcb()
121 p_bcb->conn_timer = alarm_new("bnep.conn_timer"); in bnepu_allocate_bcb()
146 alarm_free(p_bcb->conn_timer); in bnepu_release_bcb()
147 p_bcb->conn_timer = NULL; in bnepu_release_bcb()
282 alarm_set_on_mloop(p_bcb->conn_timer, BNEP_FILTER_SET_TIMEOUT_MS, in bnepu_send_peer_our_filters()
326 alarm_set_on_mloop(p_bcb->conn_timer, BNEP_FILTER_SET_TIMEOUT_MS, in bnepu_send_peer_our_multi_filters()
683 alarm_cancel(p_bcb->conn_timer); in bnep_process_setup_conn_responce()
963 alarm_cancel(p_bcb->conn_timer); in bnepu_process_peer_filter_rsp()
1006 alarm_cancel(p_bcb->conn_timer); in bnepu_process_multicast_filter_rsp()
1166 alarm_set_on_mloop(p_bcb->conn_timer, BNEP_CONN_TIMEOUT_MS, in bnep_sec_check_complete()
Dbnep_int.h111 alarm_t* conn_timer; member
Dbnep_api.cc190 alarm_set_on_mloop(p_bcb->conn_timer, BNEP_CONN_TIMEOUT_MS, in BNEP_Connect()