Searched defs:int_min (Results 1 - 3 of 3) sorted by relevance

/system/bt/stack/include/
H A Dgap_api.h113 UINT16 int_min; member in struct:__anon1131
/system/bt/stack/btu/
H A Dbtu_hcif.c1695 UINT16 int_min, int_max, latency, timeout; local
1698 STREAM_TO_UINT16(int_min, p);
1703 l2cble_process_rc_param_request_evt(handle, int_min, int_max, latency, timeout);
/system/bt/stack/l2cap/
H A Dl2c_ble.c1155 void l2cble_process_rc_param_request_evt(UINT16 handle, UINT16 int_min, UINT16 int_max, argument
1162 p_lcb->min_interval = int_min;
1170 btsnd_hcic_ble_rc_param_req_reply(handle, int_min, int_max, latency, timeout, 0, 0);

Completed in 101 milliseconds