Searched refs:tBTM_PM_PWR_MD (Results 1 - 9 of 9) sorted by relevance
/external/bluetooth/bluedroid/stack/btm/ |
H A D | 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_m [all...] |
H A D | btm_int.h | 648 tBTM_PM_PWR_MD *p_pmd; 659 tBTM_PM_PWR_MD req_mode[BTM_MAX_PM_RECORDS+1]; /* the desired mode and parameters of the connection*/ 660 tBTM_PM_PWR_MD set_mode; /* the mode and parameters sent down to the host controller. */
|
H A D | btm_sco.c | 568 tBTM_PM_PWR_MD pm;
|
H A D | btm_acl.c | 603 tBTM_PM_PWR_MD settings; 749 tBTM_PM_PWR_MD settings;
|
/external/bluetooth/bluedroid/bta/dm/ |
H A D | bta_dm_cfg.c | 390 tBTA_DM_PM_TYPE_QUALIFIER tBTM_PM_PWR_MD bta_dm_pm_md[] = 440 tBTM_PM_PWR_MD *p_bta_dm_pm_md = (tBTM_PM_PWR_MD *)&bta_dm_pm_md;
|
H A D | 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;
|
H A D | bta_dm_int.h | 923 extern tBTM_PM_PWR_MD *p_bta_dm_pm_md;
|
/external/bluetooth/bluedroid/stack/l2cap/ |
H A D | 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 1014 tBTM_PM_PWR_MD settings; 1037 tBTM_PM_PWR_MD settings;
|
/external/bluetooth/bluedroid/stack/include/ |
H A D | btm_api.h | 1804 } tBTM_PM_PWR_MD; typedef in typeref:struct:__anon1330 4165 tBTM_PM_PWR_MD *p_mode);
|
Completed in 107 milliseconds