Searched defs:p_opt (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/stack/mcap/
H A Dmca_main.c258 const tL2CAP_FCR_OPTS *p_opt; local
263 p_opt = &mca_l2c_fcr_opts_def;
268 p_opt = &p_dcb->p_chnl_cfg->fcr_opt;
275 memcpy(&p_cfg->fcr, p_opt, sizeof (tL2CAP_FCR_OPTS));
/external/libnfc-nci/src/nfa/p2p/
H A Dnfa_p2p_api.c1112 UINT8 *p_opt,
1122 p_opt,
1132 *p_link_miu, *p_opt, *p_wt, *p_link_timeout);
1111 NFA_P2pGetLLCPConfig(UINT16 *p_link_miu, UINT8 *p_opt, UINT8 *p_wt, UINT16 *p_link_timeout, UINT16 *p_inact_timeout_init, UINT16 *p_inact_timeout_target, UINT16 *p_symm_delay, UINT16 *p_data_link_timeout, UINT16 *p_delay_first_pdu_timeout) argument
/external/libnfc-nci/src/nfc/llcp/
H A Dllcp_api.c166 UINT8 *p_opt,
176 *p_opt = llcp_cb.lcb.local_opt;
186 *p_link_miu, *p_opt, *p_wt, *p_link_timeout);
165 LLCP_GetConfig(UINT16 *p_link_miu, UINT8 *p_opt, UINT8 *p_wt, UINT16 *p_link_timeout, UINT16 *p_inact_timeout_init, UINT16 *p_inact_timeout_target, UINT16 *p_symm_delay, UINT16 *p_data_link_timeout, UINT16 *p_delay_first_pdu_timeout) argument

Completed in 170 milliseconds