Searched refs:tout (Results 1 – 6 of 6) sorted by relevance
/system/bt/stack/gap/ |
D | gap_ble.c | 623 UINT16 min, max, latency, tout; in gap_ble_c_cmpl_cback() local 654 STREAM_TO_UINT16 (tout, pp); in gap_ble_c_cmpl_cback() 656 BTM_BleSetPrefConnParams (p_clcb->bda, min, max, latency, tout); in gap_ble_c_cmpl_cback()
|
/system/bt/bta/sys/ |
D | bta_sys.h | 144 typedef void (tBTA_SYS_SSR_CFG_CBACK)(UINT8 id, UINT8 app_id, UINT16 latency, UINT16 tout);
|
/system/bt/bta/hh/ |
D | bta_hh_le.c | 1752 UINT16 min, max, latency, tout; in bta_hh_w4_le_read_char_cmpl() local 1756 STREAM_TO_UINT16 (tout, pp); in bta_hh_w4_le_read_char_cmpl() 1765 if (tout < BTM_BLE_CONN_TIMEOUT_MIN_DEF) in bta_hh_w4_le_read_char_cmpl() 1766 tout = BTM_BLE_CONN_TIMEOUT_MIN_DEF; in bta_hh_w4_le_read_char_cmpl() 1768 BTM_BleSetPrefConnParams (p_dev_cb->addr, min, max, latency, tout); in bta_hh_w4_le_read_char_cmpl() 1769 L2CA_UpdateBleConnParams(p_dev_cb->addr, min, max, latency, tout); in bta_hh_w4_le_read_char_cmpl()
|
/system/bt/stack/rfcomm/ |
D | rfc_int.h | 307 extern void rfc_port_timer_start (tPORT *p_port, UINT16 tout);
|
/system/bt/stack/l2cap/ |
D | l2c_fcr.c | 178 UINT32 tout; in l2c_fcr_start_timer() local 183 tout = (UINT32)p_ccb->our_cfg.fcr.mon_tout; in l2c_fcr_start_timer() 187 tout = (UINT32)p_ccb->our_cfg.fcr.rtrans_tout; in l2c_fcr_start_timer() 192 alarm_set_on_queue(p_ccb->fcrb.mon_retrans_timer, tout, in l2c_fcr_start_timer()
|
/system/bt/stack/hcic/ |
D | hcicmds.c | 973 BOOLEAN btsnd_hcic_write_auto_flush_tout (UINT16 handle, UINT16 tout) in btsnd_hcic_write_auto_flush_tout() argument 985 UINT16_TO_STREAM (pp, tout); in btsnd_hcic_write_auto_flush_tout()
|