Searched refs:PORT_GetState (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/stack/include/
H A Dport_api.h360 ** Function PORT_GetState
370 RFC_API extern int PORT_GetState (UINT16 handle, tPORT_STATE *p_settings);
/external/bluetooth/bluedroid/bta/jv/
H A Dbta_jv_act.c2116 PORT_GetState(handle, &port_state);
2121 FALSE-POSITIVE: port_state is initialized at PORT_GetState() */
2410 PORT_GetState(p_pcb->port_handle, &port_state);
2415 FALSE-POSITIVE: port_state is initialized at PORT_GetState() */
2498 PORT_GetState(handle, &port_state);
2503 FALSE-POSITIVE: port_state is initialized at PORT_GetState() */
/external/bluetooth/bluedroid/stack/rfcomm/
H A Dport_api.c646 ** Function PORT_GetState
656 int PORT_GetState (UINT16 handle, tPORT_STATE *p_settings) function
660 RFCOMM_TRACE_API1 ("PORT_GetState() handle:%d", handle);

Completed in 50 milliseconds