Searched refs:int_max (Results 1 - 5 of 5) sorted by relevance

/system/bt/stack/include/
H A Dgap_api.h112 UINT16 int_max; member in struct:__anon1095
/system/bt/stack/gap/
H A Dgap_ble.c257 UINT16_TO_STREAM(p, p_db_attr->attr_value.conn_param.int_max); /* int_max */
421 p_db_attr->attr_value.conn_param.int_max = GAP_PREFER_CONN_INT_MAX; /* 6 */
/system/bt/stack/btu/
H A Dbtu_hcif.c1756 UINT16 int_min, int_max, latency, timeout; local
1760 STREAM_TO_UINT16(int_max, p);
1764 l2cble_process_rc_param_request_evt(handle, int_min, int_max, latency, timeout);
/system/bt/stack/l2cap/
H A Dl2c_ble.c951 void l2cble_process_rc_param_request_evt(UINT16 handle, UINT16 int_min, UINT16 int_max, argument
959 p_lcb->max_interval = int_max;
966 btsnd_hcic_ble_rc_param_req_reply(handle, int_min, int_max, latency, timeout, 0, 0);
H A Dl2c_int.h745 extern void l2cble_process_rc_param_request_evt(UINT16 handle, UINT16 int_min, UINT16 int_max,

Completed in 755 milliseconds