Home
last modified time | relevance | path

Searched refs:conn_int_max (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/include/stack/
Dhcimsgs.h770 … UINT16 conn_int_min, UINT16 conn_int_max, UINT16 conn_latency, UINT16 conn_timeout,
783 BOOLEAN btsnd_hcic_ble_upd_ll_conn_params (UINT16 handle, UINT16 conn_int_min, UINT16 conn_int_max,
820 UINT16 conn_int_min, UINT16 conn_int_max,
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/hcic/
Dhciblecmds.c321 UINT16 conn_int_min, UINT16 conn_int_max, in btsnd_hcic_ble_create_ll_conn() argument
349 UINT16_TO_STREAM (pp, conn_int_max); in btsnd_hcic_ble_create_ll_conn()
451 UINT16 conn_int_min, UINT16 conn_int_max, in btsnd_hcic_ble_upd_ll_conn_params() argument
473 UINT16_TO_STREAM (pp, conn_int_max); in btsnd_hcic_ble_upd_ll_conn_params()
786 UINT16 conn_int_min, UINT16 conn_int_max, in btsnd_hcic_ble_rc_param_req_reply() argument
807 UINT16_TO_STREAM (pp, conn_int_max); in btsnd_hcic_ble_rc_param_req_reply()
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/dm/include/
Dbta_dm_int.h594 UINT16 conn_int_max; member
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/dm/
Dbta_dm_api.c1122 p_msg->conn_int_max = max_conn_int; in BTA_DmSetBlePrefConnParams()
Dbta_dm_act.c4911 p_data->ble_set_conn_params.conn_int_max, in bta_dm_ble_set_conn_params()
4915 …onfigConnParams(p_data->ble_set_conn_params.conn_int_min, p_data->ble_set_conn_params.conn_int_max, in bta_dm_ble_set_conn_params()