Searched refs:BNEP_CONN_TIMEOUT_MS (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() 703 alarm_set_on_queue(p_bcb->conn_timer, BNEP_CONN_TIMEOUT_MS, in bnep_conn_timer_timeout()
|
D | bnep_int.h | 83 #define BNEP_CONN_TIMEOUT_MS (20 * 1000) /* Connection related timeout */ macro
|
D | bnep_api.c | 211 alarm_set_on_queue(p_bcb->conn_timer, BNEP_CONN_TIMEOUT_MS, in BNEP_Connect()
|
D | bnep_utils.c | 1218 alarm_set_on_queue(p_bcb->conn_timer, BNEP_CONN_TIMEOUT_MS, in bnep_sec_check_complete()
|