Searched refs:conn_timer (Results 1 – 4 of 4) sorted by relevance
/system/bt/stack/bnep/ |
D | bnep_main.c | 150 alarm_set_on_queue(p_bcb->conn_timer, BNEP_CONN_TIMEOUT_MS, in bnep_connect_ind() 191 alarm_set_on_queue(p_bcb->conn_timer, BNEP_CONN_TIMEOUT_MS, in bnep_connect_cfm() 273 alarm_set_on_queue(p_bcb->conn_timer, BNEP_HOST_TIMEOUT_MS, in bnep_config_ind() 321 alarm_set_on_queue(p_bcb->conn_timer, BNEP_HOST_TIMEOUT_MS, in bnep_config_cfm() 703 alarm_set_on_queue(p_bcb->conn_timer, BNEP_CONN_TIMEOUT_MS, in bnep_conn_timer_timeout() 736 alarm_set_on_queue(p_bcb->conn_timer, BNEP_FILTER_SET_TIMEOUT_MS, in bnep_conn_timer_timeout() 757 alarm_set_on_queue(p_bcb->conn_timer, BNEP_FILTER_SET_TIMEOUT_MS, in bnep_conn_timer_timeout() 800 alarm_cancel(p_bcb->conn_timer); in bnep_connected()
|
D | bnep_utils.c | 123 alarm_free(p_bcb->conn_timer); in bnepu_allocate_bcb() 125 p_bcb->conn_timer = alarm_new("bnep.conn_timer"); in bnepu_allocate_bcb() 152 alarm_free(p_bcb->conn_timer); in bnepu_release_bcb() 153 p_bcb->conn_timer = NULL; in bnepu_release_bcb() 300 alarm_set_on_queue(p_bcb->conn_timer, BNEP_FILTER_SET_TIMEOUT_MS, in bnepu_send_peer_our_filters() 348 alarm_set_on_queue(p_bcb->conn_timer, BNEP_FILTER_SET_TIMEOUT_MS, in bnepu_send_peer_our_multi_filters() 722 alarm_cancel(p_bcb->conn_timer); in bnep_process_setup_conn_responce() 979 alarm_cancel(p_bcb->conn_timer); in bnepu_process_peer_filter_rsp() 1025 alarm_cancel(p_bcb->conn_timer); in bnepu_process_multicast_filter_rsp() 1218 alarm_set_on_queue(p_bcb->conn_timer, BNEP_CONN_TIMEOUT_MS, in bnep_sec_check_complete()
|
D | bnep_int.h | 136 alarm_t *conn_timer; member
|
D | bnep_api.c | 211 alarm_set_on_queue(p_bcb->conn_timer, BNEP_CONN_TIMEOUT_MS, in BNEP_Connect()
|