Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/ag/
Dbta_ag_rfc.cc79 static void bta_ag_port_cback(uint32_t /* code */, uint16_t port_handle, uint16_t handle) { in bta_ag_port_cback()
107 static void bta_ag_mgmt_cback(const tPORT_RESULT code, uint16_t port_handle, uint16_t handle) { in bta_ag_mgmt_cback()
168 static void bta_ag_mgmt_cback_1(const tPORT_RESULT code, uint16_t port_handle) { in bta_ag_mgmt_cback_1()
171 static void bta_ag_mgmt_cback_2(const tPORT_RESULT code, uint16_t port_handle) { in bta_ag_mgmt_cback_2()
174 static void bta_ag_mgmt_cback_3(const tPORT_RESULT code, uint16_t port_handle) { in bta_ag_mgmt_cback_3()
177 static void bta_ag_mgmt_cback_4(const tPORT_RESULT code, uint16_t port_handle) { in bta_ag_mgmt_cback_4()
180 static void bta_ag_mgmt_cback_5(const tPORT_RESULT code, uint16_t port_handle) { in bta_ag_mgmt_cback_5()
183 static void bta_ag_mgmt_cback_6(const tPORT_RESULT code, uint16_t port_handle) { in bta_ag_mgmt_cback_6()
186 static void bta_ag_port_cback_1(uint32_t code, uint16_t port_handle) { in bta_ag_port_cback_1()
189 static void bta_ag_port_cback_2(uint32_t code, uint16_t port_handle) { in bta_ag_port_cback_2()
[all …]
Dbta_ag_int.h197 uint16_t port_handle; member
/packages/modules/Bluetooth/system/bta/hf_client/
Dbta_hf_client_rfc.cc56 static void bta_hf_client_port_cback(uint32_t /* code */, uint16_t port_handle) { in bta_hf_client_port_cback()
80 static void bta_hf_client_mgmt_cback(const tPORT_RESULT code, uint16_t port_handle) { in bta_hf_client_mgmt_cback()
Dbta_hf_client_int.h133 uint16_t port_handle; member
/packages/modules/Bluetooth/system/stack/test/rfcomm/
Dstack_rfcomm_test.cc107 void port_mgmt_cback_0(const tPORT_RESULT code, uint16_t port_handle) { in port_mgmt_cback_0()
111 void port_mgmt_cback_1(const tPORT_RESULT 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()
179 void ConnectServerPort(const RawAddress& peer_addr, uint16_t port_handle, uint8_t scn, in ConnectServerPort()
299 void ConnectClientPort(const RawAddress& peer_addr, uint16_t port_handle, uint8_t scn, in ConnectClientPort()
374 void SendAndVerifyOutgoingTransmission(uint16_t port_handle, bool is_initiator, uint8_t scn, in SendAndVerifyOutgoingTransmission()
388 void ReceiveAndVerifyIncomingTransmission(uint16_t port_handle, bool is_initiator, uint8_t scn, in ReceiveAndVerifyIncomingTransmission()
/packages/modules/Bluetooth/system/bta/jv/
Dbta_jv_act.cc218 static tBTA_JV_RFC_CB* bta_jv_alloc_rfc_cb(uint16_t port_handle, tBTA_JV_PCB** pp_pcb) { in bta_jv_alloc_rfc_cb()
260 static tBTA_JV_PCB* bta_jv_rfc_port_to_pcb(uint16_t port_handle) { in bta_jv_rfc_port_to_pcb()
281 static tBTA_JV_RFC_CB* bta_jv_rfc_port_to_cb(uint16_t port_handle) { in bta_jv_rfc_port_to_cb()
1377 static int bta_jv_port_data_co_cback(uint16_t port_handle, uint8_t* buf, uint16_t len, int type) { in bta_jv_port_data_co_cback()
1412 static void bta_jv_port_mgmt_cl_cback(const tPORT_RESULT code, uint16_t port_handle) { in bta_jv_port_mgmt_cl_cback()
1481 static void bta_jv_port_event_cl_cback(uint32_t code, uint16_t port_handle) { in bta_jv_port_event_cl_cback()
1643 static void bta_jv_port_mgmt_sr_cback(const tPORT_RESULT code, uint16_t port_handle) { in bta_jv_port_mgmt_sr_cback()
1727 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
/packages/modules/Bluetooth/system/stack/fuzzers/
Drfcomm_fuzzer.cc68 void port_mgmt_cback(const tPORT_RESULT code, uint16_t port_handle) { in port_mgmt_cback()
71 void port_event_cback(uint32_t code, uint16_t port_handle) { in port_event_cback()