Searched refs:int_max (Results 1 - 5 of 5) sorted by relevance
/system/bt/stack/include/ |
H A D | gap_api.h | 112 UINT16 int_max; member in struct:__anon1095
|
/system/bt/stack/gap/ |
H A D | gap_ble.c | 257 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 D | btu_hcif.c | 1756 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 D | l2c_ble.c | 951 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 D | l2c_int.h | 745 extern void l2cble_process_rc_param_request_evt(UINT16 handle, UINT16 int_min, UINT16 int_max,
|
Completed in 755 milliseconds