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

  /external/bluetooth/bluedroid/stack/btm/
btm_pm.c 89 static tBTM_STATUS btm_pm_snd_md_req( UINT8 pm_id, int link_ind, tBTM_PM_PWR_MD *p_mode );
185 tBTM_STATUS BTM_SetPowerMode (UINT8 pm_id, BD_ADDR remote_bda, tBTM_PM_PWR_MD *p_mode)
247 *(&p_cb->req_mode[temp_pm_id]) = *((tBTM_PM_PWR_MD *)p_mode);
440 static tBTM_PM_PWR_MD * btm_pm_compare_modes(tBTM_PM_PWR_MD *p_md1, tBTM_PM_PWR_MD *p_md2, tBTM_PM_PWR_MD *p_res)
514 static tBTM_PM_MODE btm_pm_get_set_mode(UINT8 pm_id, tBTM_PM_MCB *p_cb, tBTM_PM_PWR_MD *p_mode, tBTM_PM_PWR_MD *p_res)
517 tBTM_PM_PWR_MD *p_md = NULL
    [all...]
btm_int.h 641 tBTM_PM_PWR_MD *p_pmd;
652 tBTM_PM_PWR_MD req_mode[BTM_MAX_PM_RECORDS+1]; /* the desired mode and parameters of the connection*/
653 tBTM_PM_PWR_MD set_mode; /* the mode and parameters sent down to the host controller. */
    [all...]
btm_sco.c 568 tBTM_PM_PWR_MD pm;
    [all...]
btm_acl.c 553 tBTM_PM_PWR_MD settings;
699 tBTM_PM_PWR_MD settings;
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_cfg.c 324 tBTA_DM_PM_TYPE_QUALIFIER tBTM_PM_PWR_MD bta_dm_pm_md[] =
374 tBTM_PM_PWR_MD *p_bta_dm_pm_md = (tBTM_PM_PWR_MD *)&bta_dm_pm_md;
bta_dm_pm.c 526 tBTM_PM_PWR_MD pwr_md;
544 memcpy(&pwr_md, &p_bta_dm_pm_md[index], sizeof (tBTM_PM_PWR_MD));
649 tBTM_PM_PWR_MD pm;
bta_dm_int.h 922 extern tBTM_PM_PWR_MD *p_bta_dm_pm_md;
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_csm.c 188 tBTM_PM_PWR_MD settings;
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
245 tBTM_PM_PWR_MD settings;
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/stack/include/
btm_api.h     [all...]

Completed in 106 milliseconds