Home
last modified time | relevance | path

Searched refs:min_rmt_to (Results 1 – 5 of 5) sorted by relevance

/external/bluetooth/bluedroid/bta/dm/
Dbta_dm_pm.c47 static void bta_dm_ssr_cfg_cback(UINT8 id, UINT8 app_id, UINT16 max_lat, UINT16 min_rmt_to);
617 p_spec->min_rmt_to, p_spec->min_loc_to); in bta_dm_pm_ssr()
631 UINT16 max_lat, UINT16 min_rmt_to) in bta_dm_ssr_cfg_cback() argument
650 … APPL_TRACE_DEBUG2("SSR parameter changed to: max_latency: %d min_tout: %d", max_lat, min_rmt_to); in bta_dm_ssr_cfg_cback()
654 p_spec->min_rmt_to = min_rmt_to; in bta_dm_ssr_cfg_cback()
Dbta_dm_int.h850 UINT16 min_rmt_to; member
/external/bluetooth/bluedroid/stack/btm/
Dbtm_pm.c323 UINT16 min_rmt_to, UINT16 min_loc_to) in BTM_SetSsrParams() argument
336 min_rmt_to, min_loc_to)) in BTM_SetSsrParams()
343 p_cb->min_rmt_to = min_rmt_to; in BTM_SetSsrParams()
614 p_cb->min_rmt_to, p_cb->min_loc_to); in btm_pm_snd_md_req()
Dbtm_int.h629 UINT16 min_rmt_to;/* stored SSR minimum remote timeout */ member
/external/bluetooth/bluedroid/stack/include/
Dbtm_api.h4076 UINT16 min_rmt_to, UINT16 min_loc_to);