Home
last modified time | relevance | path

Searched refs:p_mode (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/stack/btm/
Dbtm_pm.c89 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) in BTM_SetPowerMode() argument
197 if(p_mode == NULL) in BTM_SetPowerMode()
201 … (remote_bda[2]<<24)+(remote_bda[3]<<16)+(remote_bda[4]<<8)+remote_bda[5], p_mode->mode); in BTM_SetPowerMode()
204 mode = p_mode->mode & ~BTM_PM_MD_FORCE; in BTM_SetPowerMode()
225 …((p_mode->mode & BTM_PM_MD_FORCE) && (p_mode->max >= p_cb->interval) && (p_mode->min <= p_cb->inte… in BTM_SetPowerMode()
226 ((p_mode->mode & BTM_PM_MD_FORCE)==0 && (p_mode->max >= p_cb->interval)) ) in BTM_SetPowerMode()
228 …etPowerMode: mode:0x%x interval %d max:%d, min:%d", p_mode->mode, p_cb->interval, p_mode->max, p_m… in BTM_SetPowerMode()
247 *(&p_cb->req_mode[temp_pm_id]) = *((tBTM_PM_PWR_MD *)p_mode); in BTM_SetPowerMode()
270 return btm_pm_snd_md_req(pm_id, acl_ind, p_mode); in BTM_SetPowerMode()
[all …]
Dbtm_acl.c2048 tBTM_STATUS BTM_ReadAclMode (BD_ADDR remote_bda, UINT8 *p_mode) in BTM_ReadAclMode() argument
2059 *p_mode = p->mode; in BTM_ReadAclMode()
/external/ipsec-tools/src/libipsec/
Dpolicy_parse.y103 static int p_dir, p_type, p_protocol, p_mode, p_level, p_reqid; variable
308 : MODE { p_mode = $1; }
449 if (p_mode != IPSEC_MODE_TRANSPORT in rule_check()
450 && p_mode != IPSEC_MODE_TUNNEL) { in rule_check()
456 if (p_mode != IPSEC_MODE_TRANSPORT) { in rule_check()
535 p->sadb_x_ipsecrequest_mode = p_mode;
570 p_mode = IPSEC_MODE_ANY; in policy_parse_request_init()
/external/bluetooth/bluedroid/stack/include/
Dbtm_api.h1977 typedef BOOLEAN (tBTM_MIP_QUERY_CB) (BD_ADDR dev_addr, UINT8 *p_mode, LINK_KEY link_key);
3105 BTM_API extern tBTM_STATUS BTM_ReadAclMode (BD_ADDR remote_bda, UINT8 *p_mode);
4170 tBTM_PM_PWR_MD *p_mode);
4194 tBTM_PM_MODE *p_mode);