Home
last modified time | relevance | path

Searched defs:port_handle (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/bta/ag/
Dbta_ag_rfc.cc76 static void bta_ag_port_cback(uint32_t /* code */, uint16_t port_handle, in bta_ag_port_cback()
108 static void bta_ag_mgmt_cback(const tPORT_RESULT code, uint16_t port_handle, in bta_ag_mgmt_cback()
174 void bta_ag_mgmt_cback_1(const tPORT_RESULT code, uint16_t port_handle) { in bta_ag_mgmt_cback_1()
177 void bta_ag_mgmt_cback_2(const tPORT_RESULT code, uint16_t port_handle) { in bta_ag_mgmt_cback_2()
180 void bta_ag_mgmt_cback_3(const tPORT_RESULT code, uint16_t port_handle) { in bta_ag_mgmt_cback_3()
183 void bta_ag_mgmt_cback_4(const tPORT_RESULT code, uint16_t port_handle) { in bta_ag_mgmt_cback_4()
186 void bta_ag_mgmt_cback_5(const tPORT_RESULT code, uint16_t port_handle) { in bta_ag_mgmt_cback_5()
189 void bta_ag_mgmt_cback_6(const tPORT_RESULT code, uint16_t port_handle) { in bta_ag_mgmt_cback_6()
192 void bta_ag_port_cback_1(uint32_t code, uint16_t port_handle) { in bta_ag_port_cback_1()
195 void bta_ag_port_cback_2(uint32_t code, uint16_t port_handle) { in bta_ag_port_cback_2()
[all …]
Dbta_ag_int.h180 uint16_t port_handle; member
/packages/modules/Bluetooth/system/bta/hf_client/
Dbta_hf_client_rfc.cc54 uint16_t port_handle) { in bta_hf_client_port_cback()
81 uint16_t port_handle) { in bta_hf_client_mgmt_cback()
Dbta_hf_client_int.h131 uint16_t port_handle; member
/packages/modules/Bluetooth/system/stack/test/rfcomm/
Dstack_rfcomm_test.cc110 void port_mgmt_cback_0(const tPORT_RESULT code, uint16_t port_handle) { in port_mgmt_cback_0()
114 void port_mgmt_cback_1(const tPORT_RESULT code, uint16_t port_handle) { in port_mgmt_cback_1()
118 void port_event_cback_0(uint32_t code, uint16_t port_handle) { in port_event_cback_0()
122 void port_event_cback_1(uint32_t code, uint16_t port_handle) { in port_event_cback_1()
188 void ConnectServerPort(const RawAddress& peer_addr, uint16_t port_handle, in ConnectServerPort()
325 void ConnectClientPort(const RawAddress& peer_addr, uint16_t port_handle, in ConnectClientPort()
413 void SendAndVerifyOutgoingTransmission(uint16_t port_handle, in SendAndVerifyOutgoingTransmission()
431 void ReceiveAndVerifyIncomingTransmission(uint16_t port_handle, in ReceiveAndVerifyIncomingTransmission()
/packages/modules/Bluetooth/system/bta/jv/
Dbta_jv_act.cc216 tBTA_JV_RFC_CB* bta_jv_alloc_rfc_cb(uint16_t port_handle, in bta_jv_alloc_rfc_cb()
258 tBTA_JV_PCB* bta_jv_rfc_port_to_pcb(uint16_t port_handle) { in bta_jv_rfc_port_to_pcb()
279 tBTA_JV_RFC_CB* bta_jv_rfc_port_to_cb(uint16_t port_handle) { in bta_jv_rfc_port_to_cb()
1338 static int bta_jv_port_data_co_cback(uint16_t port_handle, uint8_t* buf, in bta_jv_port_data_co_cback()
1376 uint16_t port_handle) { in bta_jv_port_mgmt_cl_cback()
1438 static void bta_jv_port_event_cl_cback(uint32_t code, uint16_t port_handle) { in bta_jv_port_event_cl_cback()
1597 uint16_t port_handle) { in bta_jv_port_mgmt_sr_cback()
1675 static void bta_jv_port_event_sr_cback(uint32_t code, uint16_t port_handle) { in bta_jv_port_event_sr_cback()
Dbta_jv_int.h93 uint16_t port_handle; /* port handle */ member