Searched defs:port_handle (Results 1 – 8 of 8) sorted by relevance
/system/bt/bta/ag/ |
D | bta_ag_rfc.cc | 77 static void bta_ag_port_cback(UNUSED_ATTR uint32_t code, uint16_t port_handle, in bta_ag_port_cback() 109 static void bta_ag_mgmt_cback(uint32_t code, uint16_t port_handle, in bta_ag_mgmt_cback() 174 void bta_ag_mgmt_cback_1(uint32_t code, uint16_t port_handle) { in bta_ag_mgmt_cback_1() 177 void bta_ag_mgmt_cback_2(uint32_t code, uint16_t port_handle) { in bta_ag_mgmt_cback_2() 180 void bta_ag_mgmt_cback_3(uint32_t code, uint16_t port_handle) { in bta_ag_mgmt_cback_3() 183 void bta_ag_mgmt_cback_4(uint32_t code, uint16_t port_handle) { in bta_ag_mgmt_cback_4() 186 void bta_ag_mgmt_cback_5(uint32_t code, uint16_t port_handle) { in bta_ag_mgmt_cback_5() 189 void bta_ag_mgmt_cback_6(uint32_t 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 …]
|
D | bta_ag_int.h | 150 uint16_t port_handle; member
|
/system/bt/bta/hf_client/ |
D | bta_hf_client_rfc.cc | 48 uint16_t port_handle) { in bta_hf_client_port_cback() 74 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 | 122 uint16_t port_handle; member
|
/system/bt/stack/test/rfcomm/ |
D | stack_rfcomm_test.cc | 108 void port_mgmt_cback_0(uint32_t code, uint16_t port_handle) { in port_mgmt_cback_0() 112 void port_mgmt_cback_1(uint32_t code, uint16_t port_handle) { in port_mgmt_cback_1() 116 void port_event_cback_0(uint32_t code, uint16_t port_handle) { in port_event_cback_0() 120 void port_event_cback_1(uint32_t code, uint16_t port_handle) { in port_event_cback_1() 185 void ConnectServerPort(const RawAddress& peer_addr, uint16_t port_handle, in ConnectServerPort() 321 void ConnectClientPort(const RawAddress& peer_addr, uint16_t port_handle, in ConnectClientPort() 409 void SendAndVerifyOutgoingTransmission(uint16_t port_handle, in SendAndVerifyOutgoingTransmission() 427 void ReceiveAndVerifyIncomingTransmission(uint16_t port_handle, in ReceiveAndVerifyIncomingTransmission()
|
/system/bt/stack/rfcomm/ |
D | port_api.cc | 326 int PORT_SetEventCallback(uint16_t port_handle, tPORT_CALLBACK* p_port_cb) { in PORT_SetEventCallback() 356 int PORT_ClearKeepHandleFlag(uint16_t port_handle) { in PORT_ClearKeepHandleFlag() 382 int PORT_SetDataCallback(uint16_t port_handle, tPORT_DATA_CALLBACK* p_port_cb) { in PORT_SetDataCallback() 416 int PORT_SetDataCOCallback(uint16_t port_handle, in PORT_SetDataCOCallback() 449 int PORT_SetEventMask(uint16_t port_handle, uint32_t mask) { in PORT_SetEventMask()
|
/system/bt/bta/jv/ |
D | bta_jv_act.cc | 170 tBTA_JV_RFC_CB* bta_jv_alloc_rfc_cb(uint16_t port_handle, in bta_jv_alloc_rfc_cb() 212 tBTA_JV_PCB* bta_jv_rfc_port_to_pcb(uint16_t port_handle) { in bta_jv_rfc_port_to_pcb() 233 tBTA_JV_RFC_CB* bta_jv_rfc_port_to_cb(uint16_t port_handle) { in bta_jv_rfc_port_to_cb() 1220 static int bta_jv_port_data_co_cback(uint16_t port_handle, uint8_t* buf, in bta_jv_port_data_co_cback() 1252 static void bta_jv_port_mgmt_cl_cback(uint32_t code, uint16_t port_handle) { in bta_jv_port_mgmt_cl_cback() 1299 static void bta_jv_port_event_cl_cback(uint32_t code, uint16_t port_handle) { in bta_jv_port_event_cl_cback() 1449 static void bta_jv_port_mgmt_sr_cback(uint32_t code, uint16_t port_handle) { in bta_jv_port_mgmt_sr_cback() 1522 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 | 90 uint16_t port_handle; /* port handle */ member
|