Searched refs:tPORT_STATE (Results 1 – 10 of 10) sorted by relevance
/system/bt/stack/include/ |
D | port_api.h | 70 } tPORT_STATE; typedef 293 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/ |
D | rfc_int.h | 71 tPORT_STATE* p_pars); 74 tPORT_STATE* p_pars, 336 tPORT_STATE* p_pars, uint16_t mask); 371 extern void PORT_PortNegInd(tRFC_MCB* p_mcb, uint8_t dlci, tPORT_STATE* p_pars, 373 extern void PORT_PortNegCnf(tRFC_MCB* p_mcb, uint8_t dlci, tPORT_STATE* p_pars,
|
D | port_int.h | 154 tPORT_STATE user_port_pars; /* Port parameters for user connection */ 155 tPORT_STATE peer_port_pars; /* Port parameters for user connection */
|
D | rfc_port_if.cc | 196 tPORT_STATE* p_pars) { in RFCOMM_PortParameterNegotiationRequest() 227 tPORT_STATE* p_pars, in RFCOMM_PortParameterNegotiationResponse()
|
D | rfc_port_fsm.cc | 62 static void rfc_set_port_state(tPORT_STATE* port_pars, MX_FRAME* p_frame); 619 tPORT_STATE port_pars; in rfc_process_rpn() 626 memset(&port_pars, 0, sizeof(tPORT_STATE)); in rfc_process_rpn() 898 void rfc_set_port_state(tPORT_STATE* port_pars, MX_FRAME* p_frame) { in rfc_set_port_state()
|
D | port_utils.cc | 39 static const tPORT_STATE default_port_pars = { 250 tPORT_STATE user_port_pars = p_port->user_port_pars; in port_release_port()
|
D | port_rfc.cc | 518 void PORT_PortNegInd(tRFC_MCB* p_mcb, uint8_t dlci, tPORT_STATE* p_pars, in PORT_PortNegInd() 548 UNUSED_ATTR tPORT_STATE* p_pars, uint16_t result) { in PORT_PortNegCnf()
|
D | port_api.cc | 524 int PORT_SetState(uint16_t handle, tPORT_STATE* p_settings) { in PORT_SetState() 570 int PORT_GetState(uint16_t handle, tPORT_STATE* p_settings) { in PORT_GetState()
|
D | rfc_ts_frames.cc | 399 tPORT_STATE* p_pars, uint16_t mask) { in rfc_send_rpn()
|
/system/bt/bta/jv/ |
D | bta_jv_act.cc | 1336 tPORT_STATE port_state; in bta_jv_rfcomm_connect() 1570 tPORT_STATE port_state; in bta_jv_add_rfc_port() 1646 tPORT_STATE port_state; in bta_jv_rfcomm_start_server()
|