Searched refs:slave_latency (Results 1 - 9 of 9) sorted by relevance

/system/bt/stack/l2cap/
H A Dl2c_ble.c287 L2CAP_TRACE_DEBUG ("l2cble_scanner_conn_comp: HANDLE=%d addr_type=%d conn_interval=%d slave_latency=%d supervision_tout=%d",
467 UINT16 min_conn_int, max_conn_int, slave_latency, supervision_tout; local
488 slave_latency = BTM_BLE_CONN_SLAVE_LATENCY_DEF;
500 slave_latency, supervision_tout, 0, 0);
505 l2cu_send_peer_ble_par_req (p_lcb, min_conn_int, max_conn_int, slave_latency, supervision_tout);
542 btif_debug_ble_connection_update_request(bd_addr, min_conn_int, max_conn_int, slave_latency,
913 (UINT16) ((p_dev_rec->conn_params.slave_latency != BTM_BLE_CONN_PARAM_UNDEF) ?
914 p_dev_rec->conn_params.slave_latency : BTM_BLE_CONN_SLAVE_LATENCY_DEF), /* UINT16 conn_latency */
/system/bt/stack/btm/
H A Dbtm_ble.c91 p_dev_rec->conn_params.slave_latency = BTM_BLE_CONN_PARAM_UNDEF;
565 ** slave_latency - preferred slave latency
573 UINT16 slave_latency, UINT16 supervision_tout)
579 min_conn_int, max_conn_int, slave_latency, supervision_tout);
584 (slave_latency <= BTM_BLE_CONN_LATENCY_MAX || slave_latency == BTM_BLE_CONN_PARAM_UNDEF))
601 if (slave_latency != BTM_BLE_CONN_PARAM_UNDEF)
602 p_dev_rec->conn_params.slave_latency = slave_latency;
604 p_dev_rec->conn_params.slave_latency
571 BTM_BleSetPrefConnParams(BD_ADDR bd_addr, UINT16 min_conn_int, UINT16 max_conn_int, UINT16 slave_latency, UINT16 supervision_tout) argument
[all...]
H A Dbtm_acl.c911 (p_dev_rec->conn_params.slave_latency <= BTM_BLE_CONN_LATENCY_MAX ) &&
917 (p_lcb->latency > p_dev_rec->conn_params.slave_latency) ||
920 BTM_TRACE_DEBUG ("%s: HANDLE=%d min_conn_int=%d max_conn_int=%d slave_latency=%d supervision_tout=%d", __func__,
922 p_dev_rec->conn_params.slave_latency, p_dev_rec->conn_params.supervision_tout);
927 p_lcb->latency = p_dev_rec->conn_params.slave_latency;
932 p_dev_rec->conn_params.slave_latency,
H A Dbtm_ble_int.h194 UINT16 slave_latency; member in struct:__anon863
/system/bt/bta/dm/
H A Dbta_dm_api.c782 ** slave_latency - preferred slave latency
791 UINT16 slave_latency, UINT16 supervision_tout )
801 p_msg->slave_latency = slave_latency;
789 BTA_DmSetBlePrefConnParams(BD_ADDR bd_addr, UINT16 min_conn_int, UINT16 max_conn_int, UINT16 slave_latency, UINT16 supervision_tout ) argument
H A Dbta_dm_int.h438 UINT16 slave_latency; member in struct:__anon103
H A Dbta_dm_act.c4612 p_data->ble_set_conn_params.slave_latency,
/system/bt/bta/include/
H A Dbta_api.h1805 ** slave_latency - preferred slave latency
1814 UINT16 slave_latency, UINT16 supervision_tout );
/system/bt/stack/include/
H A Dbtm_ble_api.h1400 ** slave_latency - preferred slave latency
1408 UINT16 slave_latency, UINT16 supervision_tout);

Completed in 141 milliseconds