Searched refs:min_int (Results 1 - 8 of 8) sorted by relevance
/system/bt/bta/dm/ |
H A D | bta_dm_api.c | 1458 ** min_int - minimum connection interval, [0x0004~ 0x4000] 1466 void BTA_DmBleUpdateConnectionParam(BD_ADDR bd_addr, UINT16 min_int, argument 1480 p_msg->min_int = min_int; 1925 ** min_int - minimum connection interval, [0x0004~ 0x4000] 1933 void BTA_DmBleUpdateConnectionParams(BD_ADDR bd_addr, UINT16 min_int, UINT16 max_int, argument 1944 p_msg->min_int = min_int;
|
H A D | bta_dm_int.h | 620 UINT16 min_int; member in struct:__anon126
|
H A D | bta_dm_act.c | 4763 p_data->ble_update_conn_params.min_int,
|
/system/bt/stack/l2cap/ |
H A D | l2c_int.h | 602 extern void l2cu_send_peer_ble_par_req (tL2C_LCB *p_lcb, UINT16 min_int, UINT16 max_int, UINT16 latency, UINT16 timeout); 628 extern void l2cu_send_peer_ble_par_req (tL2C_LCB *p_lcb, UINT16 min_int, UINT16 max_int, UINT16 latency, UINT16 timeout);
|
H A D | l2c_ble.c | 100 BOOLEAN L2CA_UpdateBleConnParams (BD_ADDR rem_bda, UINT16 min_int, UINT16 max_int, argument 126 p_lcb->min_interval = min_int;
|
H A D | l2c_utils.c | 2941 void l2cu_send_peer_ble_par_req (tL2C_LCB *p_lcb, UINT16 min_int, UINT16 max_int, argument 2961 UINT16_TO_STREAM (p, min_int);
|
/system/bt/stack/include/ |
H A D | l2c_api.h | 1095 extern BOOLEAN L2CA_UpdateBleConnParams (BD_ADDR rem_bdRa, UINT16 min_int,
|
/system/bt/bta/include/ |
H A D | bta_api.h | 2167 ** min_int - minimum connection interval, [0x0004~ 0x4000] 2175 extern void BTA_DmBleUpdateConnectionParams(BD_ADDR bd_addr, UINT16 min_int,
|
Completed in 342 milliseconds