Home
last modified time | relevance | path

Searched refs:BTA_DM_DI_USE_SSR (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.4.0/components/bt/host/bluedroid/bta/dm/
Dbta_dm_pm.c353 if ((BTA_SYS_CONN_OPEN == status) && p_dev && (p_dev->info & BTA_DM_DI_USE_SSR)) { in bta_dm_pm_cback()
690 !(p_peer_dev->info & BTA_DM_DI_USE_SSR))) in bta_dm_pm_sniff()
937 if (p_dev->info & BTA_DM_DI_USE_SSR) { in bta_dm_pm_btm_status()
944 p_dev->info |= BTA_DM_DI_USE_SSR; in bta_dm_pm_btm_status()
946 p_dev->info &= ~BTA_DM_DI_USE_SSR; in bta_dm_pm_btm_status()
Dbta_dm_act.c3523 bta_dm_cb.device_list.peer_device[i].info = BTA_DM_DI_USE_SSR; in bta_dm_acl_change()
/hal_espressif-3.4.0/components/bt/host/bluedroid/bta/dm/include/
Dbta_dm_int.h1165 #define BTA_DM_DI_USE_SSR 0x10 /* set this bit if ssr is supported for this link */ macro