Searched defs:port_handle (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Bluetooth/system/bta/ag/ |
D | bta_ag_rfc.cc | 79 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 …]
|
D | bta_ag_int.h | 197 uint16_t port_handle; member
|
/packages/modules/Bluetooth/system/bta/hf_client/ |
D | bta_hf_client_rfc.cc | 56 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()
|
D | bta_hf_client_int.h | 133 uint16_t port_handle; member
|
/packages/modules/Bluetooth/system/stack/test/rfcomm/ |
D | stack_rfcomm_test.cc | 107 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/ |
D | bta_jv_act.cc | 218 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()
|
D | bta_jv_int.h | 93 uint16_t port_handle; /* port handle */ member
|
/packages/modules/Bluetooth/system/stack/fuzzers/ |
D | rfcomm_fuzzer.cc | 68 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()
|