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

/external/bluetooth/bluedroid/stack/btm/
H A 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) argument
197 if(p_mode == NULL)
201 (remote_bda[2]<<24)+(remote_bda[3]<<16)+(remote_bda[4]<<8)+remote_bda[5], p_mode->mode);
204 mode = p_mode->mode & ~BTM_PM_MD_FORCE;
225 ((p_mode->mode & BTM_PM_MD_FORCE) && (p_mode->max >= p_cb->interval) && (p_mode->min <= p_cb->interval)) ||
226 ((p_mode->mode & BTM_PM_MD_FORCE)==0 && (p_mode
293 BTM_ReadPowerMode(BD_ADDR remote_bda, tBTM_PM_MODE *p_mode) argument
519 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) argument
583 btm_pm_snd_md_req(UINT8 pm_id, int link_ind, tBTM_PM_PWR_MD *p_mode) argument
981 BTM_SetPowerMode(UINT8 pm_id, BD_ADDR remote_bda, tBTM_PM_PWR_MD *p_mode) argument
986 BTM_ReadPowerMode(BD_ADDR remote_bda, tBTM_PM_MODE *p_mode) argument
[all...]
H A Dbtm_acl.c2036 ** Output Param p_mode - address where the current mode is copied into.
2048 tBTM_STATUS BTM_ReadAclMode (BD_ADDR remote_bda, UINT8 *p_mode) argument
2059 *p_mode = p->mode;
/external/ipsec-tools/src/libipsec/
H A Dpolicy_parse.y103 static int p_dir, p_type, p_protocol, p_mode, p_level, p_reqid;
308 : MODE { p_mode = $1; }
449 if (p_mode != IPSEC_MODE_TRANSPORT
450 && p_mode != IPSEC_MODE_TUNNEL) {
456 if (p_mode != IPSEC_MODE_TRANSPORT) {
535 p->sadb_x_ipsecrequest_mode = p_mode;
570 p_mode = IPSEC_MODE_ANY;
/external/bluetooth/bluedroid/stack/include/
H A Dbtm_api.h1977 typedef BOOLEAN (tBTM_MIP_QUERY_CB) (BD_ADDR dev_addr, UINT8 *p_mode, LINK_KEY link_key);
3094 ** Output Param p_mode - address where the current mode is copied into.
3105 BTM_API extern tBTM_STATUS BTM_ReadAclMode (BD_ADDR remote_bda, UINT8 *p_mode);
4170 tBTM_PM_PWR_MD *p_mode);
4182 ** Output Param p_mode - address where the current mode is copied into.
4194 tBTM_PM_MODE *p_mode);

Completed in 162 milliseconds