Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dport_api.h293 extern int PORT_SetState(uint16_t handle, tPORT_STATE* p_settings);
307 extern int PORT_GetState(uint16_t handle, tPORT_STATE* p_settings);
/system/bt/stack/rfcomm/
Dport_api.cc524 int PORT_SetState(uint16_t handle, tPORT_STATE* p_settings) { in PORT_SetState() argument
546 p_settings->fc_type); in PORT_SetState()
549 p_port->user_port_pars = *p_settings; in PORT_SetState()
552 if (baud_rate != p_settings->baud_rate) { in PORT_SetState()
570 int PORT_GetState(uint16_t handle, tPORT_STATE* p_settings) { in PORT_GetState() argument
590 *p_settings = p_port->user_port_pars; in PORT_GetState()