Home
last modified time | relevance | path

Searched refs:PORT_GetState (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/bt/test/mock/
H A Dmock_stack_rfcomm_port_api.cc65 int PORT_GetState(uint16_t handle, tPORT_STATE* p_settings) { in PORT_GetState() function
/aosp12/system/bt/stack/include/
H A Dport_api.h316 extern int PORT_GetState(uint16_t handle, tPORT_STATE* p_settings);
/aosp12/system/bt/bta/jv/
H A Dbta_jv_act.cc1310 PORT_GetState(handle, &port_state); in bta_jv_rfcomm_connect()
1546 PORT_GetState(p_pcb->port_handle, &port_state); in bta_jv_add_rfc_port()
1609 PORT_GetState(handle, &port_state); in bta_jv_rfcomm_start_server()
/aosp12/system/bt/stack/rfcomm/
H A Dport_api.cc588 int PORT_GetState(uint16_t handle, tPORT_STATE* p_settings) { in PORT_GetState() function