Searched defs:port_handle (Results 1 – 9 of 9) sorted by relevance
/system/bt/bta/ag/ |
D | bta_ag_rfc.cc | 71 static void bta_ag_port_cback(UNUSED_ATTR uint32_t code, uint16_t port_handle, in bta_ag_port_cback() 103 static void bta_ag_mgmt_cback(uint32_t code, uint16_t port_handle, in bta_ag_mgmt_cback() 168 void bta_ag_mgmt_cback_1(uint32_t code, uint16_t port_handle) { in bta_ag_mgmt_cback_1() 171 void bta_ag_mgmt_cback_2(uint32_t code, uint16_t port_handle) { in bta_ag_mgmt_cback_2() 174 void bta_ag_mgmt_cback_3(uint32_t code, uint16_t port_handle) { in bta_ag_mgmt_cback_3() 177 void bta_ag_mgmt_cback_4(uint32_t code, uint16_t port_handle) { in bta_ag_mgmt_cback_4() 180 void bta_ag_mgmt_cback_5(uint32_t code, uint16_t port_handle) { in bta_ag_mgmt_cback_5() 183 void bta_ag_mgmt_cback_6(uint32_t code, uint16_t port_handle) { in bta_ag_mgmt_cback_6() 186 void bta_ag_port_cback_1(uint32_t code, uint16_t port_handle) { in bta_ag_port_cback_1() 189 void bta_ag_port_cback_2(uint32_t code, uint16_t port_handle) { in bta_ag_port_cback_2() [all …]
|
D | bta_ag_int.h | 156 uint16_t port_handle; member
|
/system/bt/test/mock/ |
D | mock_stack_rfcomm_port_api.cc | 57 int PORT_ClearKeepHandleFlag(uint16_t port_handle) { in PORT_ClearKeepHandleFlag() 74 int PORT_SetDataCOCallback(uint16_t port_handle, in PORT_SetDataCOCallback() 79 int PORT_SetEventCallback(uint16_t port_handle, tPORT_CALLBACK* p_port_cb) { in PORT_SetEventCallback() 83 int PORT_SetEventMask(uint16_t port_handle, uint32_t mask) { in PORT_SetEventMask()
|
/system/bt/bta/hf_client/ |
D | bta_hf_client_rfc.cc | 47 uint16_t port_handle) { in bta_hf_client_port_cback() 73 static void bta_hf_client_mgmt_cback(uint32_t code, uint16_t port_handle) { in bta_hf_client_mgmt_cback()
|
D | bta_hf_client_int.h | 128 uint16_t port_handle; member
|
/system/bt/stack/rfcomm/ |
D | port_api.cc | 333 int PORT_SetEventCallback(uint16_t port_handle, tPORT_CALLBACK* p_port_cb) { in PORT_SetEventCallback() 363 int PORT_ClearKeepHandleFlag(uint16_t port_handle) { in PORT_ClearKeepHandleFlag() 389 int PORT_SetDataCOCallback(uint16_t port_handle, in PORT_SetDataCOCallback() 422 int PORT_SetEventMask(uint16_t port_handle, uint32_t mask) { in PORT_SetEventMask()
|
/system/bt/stack/test/rfcomm/ |
D | stack_rfcomm_test.cc | 107 void port_mgmt_cback_0(uint32_t code, uint16_t port_handle) { in port_mgmt_cback_0() 111 void port_mgmt_cback_1(uint32_t code, uint16_t port_handle) { in port_mgmt_cback_1() 115 void port_event_cback_0(uint32_t code, uint16_t port_handle) { in port_event_cback_0() 119 void port_event_cback_1(uint32_t code, uint16_t port_handle) { in port_event_cback_1() 184 void ConnectServerPort(const RawAddress& peer_addr, uint16_t port_handle, in ConnectServerPort() 320 void ConnectClientPort(const RawAddress& peer_addr, uint16_t port_handle, in ConnectClientPort() 408 void SendAndVerifyOutgoingTransmission(uint16_t port_handle, in SendAndVerifyOutgoingTransmission() 426 void ReceiveAndVerifyIncomingTransmission(uint16_t port_handle, in ReceiveAndVerifyIncomingTransmission()
|
/system/bt/bta/jv/ |
D | bta_jv_act.cc | 128 tBTA_JV_RFC_CB* bta_jv_alloc_rfc_cb(uint16_t port_handle, in bta_jv_alloc_rfc_cb() 170 tBTA_JV_PCB* bta_jv_rfc_port_to_pcb(uint16_t port_handle) { in bta_jv_rfc_port_to_pcb() 191 tBTA_JV_RFC_CB* bta_jv_rfc_port_to_cb(uint16_t port_handle) { in bta_jv_rfc_port_to_cb() 1169 static int bta_jv_port_data_co_cback(uint16_t port_handle, uint8_t* buf, in bta_jv_port_data_co_cback() 1201 static void bta_jv_port_mgmt_cl_cback(uint32_t code, uint16_t port_handle) { in bta_jv_port_mgmt_cl_cback() 1248 static void bta_jv_port_event_cl_cback(uint32_t code, uint16_t port_handle) { in bta_jv_port_event_cl_cback() 1380 static void bta_jv_port_mgmt_sr_cback(uint32_t code, uint16_t port_handle) { in bta_jv_port_mgmt_sr_cback() 1453 static void bta_jv_port_event_sr_cback(uint32_t code, uint16_t port_handle) { in bta_jv_port_event_sr_cback()
|
D | bta_jv_int.h | 88 uint16_t port_handle; /* port handle */ member
|