HomeSort by relevance Sort by last modified time
    Searched refs:BTM_PM_MD_ACTIVE (Results 1 - 6 of 6) sorted by null

  /external/bluetooth/bluedroid/stack/btm/
btm_pm.c 212 if(mode != BTM_PM_MD_ACTIVE)
224 if( (mode == BTM_PM_MD_ACTIVE) ||
452 if(p_md2->mode == BTM_PM_MD_ACTIVE || p_md1->mode == BTM_PM_MD_ACTIVE)
536 if(p_cb->req_mode[xx].mode == BTM_PM_MD_ACTIVE)
539 return BTM_PM_MD_ACTIVE;
545 return BTM_PM_MD_ACTIVE;
557 return BTM_PM_MD_ACTIVE;
565 return BTM_PM_MD_ACTIVE;
596 if( (mode == BTM_PM_MD_ACTIVE) ||
    [all...]
btm_sco.c 621 pm.mode = BTM_PM_MD_ACTIVE;
    [all...]
btm_acl.c 625 settings.mode = BTM_PM_MD_ACTIVE;
734 settings.mode = BTM_PM_MD_ACTIVE;
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_csm.c 192 settings.mode = BTM_PM_MD_ACTIVE;
198 // coverity[uninit_use_in_call] False-positive: setting the mode to BTM_PM_MD_ACTIVE only uses settings.mode the other data members of tBTM_PM_PWR_MD are ignored
249 settings.mode = BTM_PM_MD_ACTIVE;
255 // coverity[uninit_use_in_call] False-positive: setting the mode to BTM_PM_MD_ACTIVE only uses settings.mode the other data members of tBTM_PM_PWR_MD are ignored
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_pm.c 654 pm.mode = BTM_PM_MD_ACTIVE;
  /external/bluetooth/bluedroid/stack/include/
btm_api.h     [all...]

Completed in 271 milliseconds