Searched refs:min_rmt_to (Results 1 – 5 of 5) sorted by relevance
/external/bluetooth/bluedroid/bta/dm/ |
D | bta_dm_pm.c | 47 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()
|
D | bta_dm_int.h | 850 UINT16 min_rmt_to; member
|
/external/bluetooth/bluedroid/stack/btm/ |
D | btm_pm.c | 323 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()
|
D | btm_int.h | 629 UINT16 min_rmt_to;/* stored SSR minimum remote timeout */ member
|
/external/bluetooth/bluedroid/stack/include/ |
D | btm_api.h | 4076 UINT16 min_rmt_to, UINT16 min_loc_to);
|