Home
last modified time | relevance | path

Searched refs:p_settings (Results 1 – 2 of 2) sorted by relevance

/system/bt/stack/include/
Dport_api.h340 extern int PORT_SetState(uint16_t handle, tPORT_STATE* p_settings);
366 extern int PORT_GetState(uint16_t handle, tPORT_STATE* p_settings);
/system/bt/stack/rfcomm/
Dport_api.cc579 int PORT_SetState(uint16_t handle, tPORT_STATE* p_settings) { in PORT_SetState() argument
601 p_settings->fc_type); in PORT_SetState()
604 p_port->user_port_pars = *p_settings; in PORT_SetState()
607 if (baud_rate != p_settings->baud_rate) { in PORT_SetState()
664 int PORT_GetState(uint16_t handle, tPORT_STATE* p_settings) { in PORT_GetState() argument
684 *p_settings = p_port->user_port_pars; in PORT_GetState()