Searched refs:int_min (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/include/stack/ |
D | gap_api.h | 110 UINT16 int_min; member
|
D | btm_ble_api.h | 2148 void BTM_BleConfigConnParams(uint16_t int_min, uint16_t int_max, uint16_t latency, uint16_t timeout…
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/gap/ |
D | gap_ble.c | 247 UINT16_TO_STREAM(p, p_db_attr->attr_value.conn_param.int_min); /* int_min */ in gap_read_attr_value() 416 p_db_attr->attr_value.conn_param.int_min = GAP_PREFER_CONN_INT_MIN; /* 0 */ in gap_attr_db_init()
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/l2cap/ |
D | l2c_ble.c | 1127 void l2cble_process_rc_param_request_evt(UINT16 handle, UINT16 int_min, UINT16 int_max, in l2cble_process_rc_param_request_evt() argument 1137 …btsnd_hcic_ble_rc_param_req_reply(handle, int_min, int_max, latency, timeout, BLE_CE_LEN_MIN, BLE_… in l2cble_process_rc_param_request_evt() 1142 …btsnd_hcic_ble_rc_param_req_reply(handle, int_min, int_max, latency, timeout, BLE_CE_LEN_MIN, BLE_… in l2cble_process_rc_param_request_evt()
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/btu/ |
D | btu_hcif.c | 2281 UINT16 int_min, int_max, latency, timeout; in btu_ble_rc_param_req_evt() local 2284 STREAM_TO_UINT16(int_min, p); in btu_ble_rc_param_req_evt() 2289 l2cble_process_rc_param_request_evt(handle, int_min, int_max, latency, timeout); in btu_ble_rc_param_req_evt()
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/l2cap/include/ |
D | l2c_int.h | 804 extern void l2cble_process_rc_param_request_evt(UINT16 handle, UINT16 int_min, UINT16 int_max,
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/btm/ |
D | btm_ble_gap.c | 1093 void BTM_BleConfigConnParams(uint16_t int_min, uint16_t int_max, uint16_t latency, uint16_t timeout) in BTM_BleConfigConnParams() argument 1098 p_value.conn_param.int_min = int_min; in BTM_BleConfigConnParams()
|