Home
last modified time | relevance | path

Searched refs:conn_handle (Results 1 – 25 of 31) sorted by relevance

12

/system/nfc/src/nfa/include/
Dnfa_snep_api.h95 tNFA_HANDLE conn_handle; /* handle for data link connection */ member
100 tNFA_HANDLE conn_handle; /* handle for data link connection */ member
108 tNFA_HANDLE conn_handle; /* handle for data link connection */ member
115 tNFA_HANDLE conn_handle; /* handle for data link connection */ member
123 tNFA_HANDLE conn_handle; /* handle for data link connection */ member
129 tNFA_HANDLE conn_handle; /* handle for data link connection */ member
135 tNFA_HANDLE conn_handle; /* handle for data link connection */ member
145 tNFA_HANDLE conn_handle; /* handle for data link connection */ member
151 tNFA_HANDLE conn_handle; /* handle for data link connection */ member
Dnfa_snep_int.h94 tNFA_HANDLE conn_handle; /* handle for data link connection */ member
103 tNFA_HANDLE conn_handle; /* handle for data link connection */ member
111 tNFA_HANDLE conn_handle; /* handle for data link connection */ member
120 tNFA_HANDLE conn_handle; /* handle for data link connection */ member
127 tNFA_HANDLE conn_handle; /* response code */ member
196 tNFA_HANDLE conn_handle; /* connection handle for default server */ member
Dnfa_p2p_api.h107 tNFA_HANDLE conn_handle; member
116 tNFA_HANDLE conn_handle; member
259 extern tNFA_STATUS NFA_P2pAcceptConn(tNFA_HANDLE conn_handle, uint16_t miu,
275 extern tNFA_STATUS NFA_P2pRejectConn(tNFA_HANDLE conn_handle);
295 extern tNFA_STATUS NFA_P2pDisconnect(tNFA_HANDLE conn_handle, bool flush);
400 extern tNFA_STATUS NFA_P2pSendData(tNFA_HANDLE conn_handle, uint16_t length,
450 extern tNFA_STATUS NFA_P2pSetLocalBusy(tNFA_HANDLE conn_handle, bool is_busy);
Dnfa_p2p_int.h90 tNFA_HANDLE conn_handle; member
98 tNFA_HANDLE conn_handle; member
104 tNFA_HANDLE conn_handle; member
129 tNFA_HANDLE conn_handle; member
136 tNFA_HANDLE conn_handle; member
Dnfa_hci_api.h390 extern tNFA_STATUS NFA_HciDeallocGate(tNFA_HANDLE conn_handle, uint8_t gate);
/system/bt/bta/hf_client/
Dbta_hf_client_rfc.cc83 port_handle != client_cb->conn_handle) { in bta_hf_client_mgmt_cback()
93 if (client_cb && port_handle == client_cb->conn_handle) { /* out conn */ in bta_hf_client_mgmt_cback()
119 client_cb->conn_handle = port_handle; in bta_hf_client_mgmt_cback()
133 port_handle == client_cb->conn_handle) { /* code != PORT_SUC */ in bta_hf_client_mgmt_cback()
245 &(client_cb->conn_handle), in bta_hf_client_rfc_do_open()
247 bta_hf_client_setup_port(client_cb->conn_handle); in bta_hf_client_rfc_do_open()
249 client_cb->conn_handle); in bta_hf_client_rfc_do_open()
276 if (client_cb->conn_handle) { in bta_hf_client_rfc_do_close()
277 RFCOMM_RemoveConnection(client_cb->conn_handle); in bta_hf_client_rfc_do_close()
Dbta_hf_client_act.cc170 APPL_TRACE_DEBUG("%s: conn_handle %d", __func__, client_cb->conn_handle); in bta_hf_client_rfc_acp_open()
175 int status = PORT_CheckConnection(client_cb->conn_handle, &dev_addr, &lcid); in bta_hf_client_rfc_acp_open()
408 while (PORT_ReadData(client_cb->conn_handle, buf, BTA_HF_CLIENT_RFC_READ_MAX, in bta_hf_client_rfc_data()
Dbta_hf_client_main.cc524 uint16_t conn_handle = client_cb->conn_handle; in bta_hf_client_find_cb_by_rfc_handle() local
527 handle, is_allocated, conn_handle); in bta_hf_client_find_cb_by_rfc_handle()
529 if (is_allocated && conn_handle == handle) { in bta_hf_client_find_cb_by_rfc_handle()
534 handle, is_allocated, conn_handle); in bta_hf_client_find_cb_by_rfc_handle()
940 dprintf(fd, " RFCOMM Channel (local) %d\n", client_cb->conn_handle); in bta_hf_client_dump_statistics()
Dbta_hf_client_int.h167 uint16_t conn_handle; /* RFCOMM handle of connected service */ member
/system/bt/hci/include/
Dbtsnoop.h35 void (*whitelist_l2c_channel)(uint16_t conn_handle, uint16_t local_cid,
48 void (*add_rfc_l2c_channel)(uint16_t conn_handle, uint16_t local_cid,
52 void (*clear_l2cap_whitelist)(uint16_t conn_handle, uint16_t local_cid,
/system/bt/bta/ag/
Dbta_ag_rfc.cc82 if (port_handle != p_scb->conn_handle) { in bta_ag_port_cback()
85 port_handle, p_scb->conn_handle, handle); in bta_ag_port_cback()
120 if ((code != PORT_SUCCESS) && (port_handle != p_scb->conn_handle)) { in bta_ag_mgmt_cback()
128 if (p_scb->conn_handle) { in bta_ag_mgmt_cback()
130 if (port_handle == p_scb->conn_handle) { in bta_ag_mgmt_cback()
149 } else if (port_handle == p_scb->conn_handle) { in bta_ag_mgmt_cback()
340 p_scb->peer_addr, &(p_scb->conn_handle), in bta_ag_rfc_do_open()
345 __func__, p_scb, p_scb->conn_handle, management_callback_index, status); in bta_ag_rfc_do_open()
347 bta_ag_setup_port(p_scb, p_scb->conn_handle); in bta_ag_rfc_do_open()
368 if (p_scb->conn_handle) { in bta_ag_rfc_do_close()
[all …]
Dbta_ag_act.cc332 p_scb->conn_handle = 0; in bta_ag_rfc_fail()
418 p_scb->conn_handle = 0; in bta_ag_rfc_close()
436 RFCOMM_RemoveServer(p_scb->conn_handle); in bta_ag_rfc_close()
549 if (ag_scb.conn_handle > 0) { in bta_ag_rfc_acp_open()
550 status = RFCOMM_RemoveConnection(ag_scb.conn_handle); in bta_ag_rfc_acp_open()
554 << std::to_string(ag_scb.conn_handle) << ", error " in bta_ag_rfc_acp_open()
575 p_scb->conn_handle = data.rfc.port_handle; in bta_ag_rfc_acp_open()
581 p_scb->conn_service, p_scb->conn_handle); in bta_ag_rfc_acp_open()
613 if (PORT_ReadData(p_scb->conn_handle, buf, BTA_AG_RFC_READ_MAX, &len) != in bta_ag_rfc_data()
Dbta_ag_int.h201 uint16_t conn_handle; /* RFCOMM handle of connected service */ member
/system/bt/hci/src/
Dbtsnoop.cc287 static void whitelist_l2c_channel(uint16_t conn_handle, uint16_t local_cid, in whitelist_l2c_channel() argument
290 << ": Whitelisting l2cap channel. conn_handle=" << conn_handle in whitelist_l2c_channel()
296 filter_list[conn_handle].addL2cCid(local_cid, remote_cid); in whitelist_l2c_channel()
309 static void add_rfc_l2c_channel(uint16_t conn_handle, uint16_t local_cid, in add_rfc_l2c_channel() argument
313 << conn_handle << " cid=" << loghex(local_cid) << ":" in add_rfc_l2c_channel()
317 filter_list[conn_handle].setRfcCid(local_cid, remote_cid); in add_rfc_l2c_channel()
318 local_cid_to_acl.insert({local_cid, conn_handle}); in add_rfc_l2c_channel()
321 static void clear_l2cap_whitelist(uint16_t conn_handle, uint16_t local_cid, in clear_l2cap_whitelist() argument
325 << conn_handle << " cid=" << local_cid << ":" << remote_cid; in clear_l2cap_whitelist()
328 filter_list[conn_handle].removeL2cCid(local_cid, remote_cid); in clear_l2cap_whitelist()
/system/nfc/src/nfa/p2p/
Dnfa_p2p_api.cc233 p_msg->conn_handle = handle; in NFA_P2pAcceptConn()
282 p_msg->conn_handle = handle; in NFA_P2pRejectConn()
335 p_msg->conn_handle = handle; in NFA_P2pDisconnect()
684 p_msg->conn_handle = handle; in NFA_P2pSendData()
808 tNFA_STATUS NFA_P2pSetLocalBusy(tNFA_HANDLE conn_handle, bool is_busy) { in NFA_P2pSetLocalBusy() argument
813 << StringPrintf("conn_handle:0x%02X, is_busy:%d", conn_handle, is_busy); in NFA_P2pSetLocalBusy()
815 xx = conn_handle & NFA_HANDLE_MASK; in NFA_P2pSetLocalBusy()
833 p_msg->conn_handle = conn_handle; in NFA_P2pSetLocalBusy()
Dnfa_p2p_act.cc307 evt_data.conn_req.conn_handle = in nfa_p2p_proc_llcp_connect_ind()
350 evt_data.connected.conn_handle = in nfa_p2p_proc_llcp_connect_resp()
782 xx = (uint8_t)(p_msg->api_accept.conn_handle & NFA_HANDLE_MASK); in nfa_p2p_accept_connection()
810 xx = (uint8_t)(p_msg->api_reject.conn_handle & NFA_HANDLE_MASK); in nfa_p2p_reject_connection()
840 xx = (uint8_t)(p_msg->api_disconnect.conn_handle & NFA_HANDLE_MASK); in nfa_p2p_disconnect()
985 xx = (uint8_t)(p_msg->api_send_data.conn_handle & NFA_HANDLE_MASK); in nfa_p2p_send_data()
1032 xx = (uint8_t)(p_msg->api_local_busy.conn_handle & NFA_HANDLE_MASK); in nfa_p2p_set_local_busy()
/system/bt/stack/btm/
Dble_advertiser_hci_interface.cc294 uint16_t conn_handle; in VendorSpecificEventCback() local
305 STREAM_TO_UINT16(conn_handle, p); in VendorSpecificEventCback()
311 observer->OnAdvertisingSetTerminated(change_reason, adv_inst, conn_handle, in VendorSpecificEventCback()
723 uint16_t conn_handle; in OnAdvertisingSetTerminated() local
727 STREAM_TO_UINT16(conn_handle, p); in OnAdvertisingSetTerminated()
730 conn_handle = conn_handle & 0x0FFF; // only 12 bits meaningful in OnAdvertisingSetTerminated()
735 conn_handle, in OnAdvertisingSetTerminated()
Dbtm_int.h135 extern void btm_acl_update_conn_addr(uint16_t conn_handle,
Dbtm_sec.cc97 uint16_t conn_handle);
1336 uint16_t conn_handle) { in btm_sec_send_hci_disconnect() argument
1341 conn_handle, reason); in btm_sec_send_hci_disconnect()
1346 if (conn_handle == p_dev_rec->hci_handle) return status; in btm_sec_send_hci_disconnect()
1352 if (conn_handle == p_dev_rec->ble_hci_handle) return status; in btm_sec_send_hci_disconnect()
1361 p_dev_rec->sec_state = (conn_handle == p_dev_rec->hci_handle) in btm_sec_send_hci_disconnect()
1371 p_dev_rec->hci_handle == conn_handle) { in btm_sec_send_hci_disconnect()
1380 btsnd_hcic_disconnect(conn_handle, reason); in btm_sec_send_hci_disconnect()
Dbtm_ble.cc240 bool BTM_IsBleConnection(uint16_t conn_handle) { in BTM_IsBleConnection() argument
244 BTM_TRACE_API("BTM_IsBleConnection: conn_handle: %d", conn_handle); in BTM_IsBleConnection()
246 xx = btm_handle_to_acl_index(conn_handle); in BTM_IsBleConnection()
/system/bt/stack/include/
Dble_advertiser.h39 void btm_acl_update_conn_addr(uint16_t conn_handle, const RawAddress& address);
Dbtm_ble_api.h332 extern bool BTM_IsBleConnection(uint16_t conn_handle);
Dhcimsgs.h628 uint16_t conn_handle, enh_esco_params_t* p_parms);
826 extern void btsnd_hcic_ble_set_data_length(uint16_t conn_handle,
/system/bt/bta/dm/
Dbta_dm_int.h231 uint16_t conn_handle; member
/system/bt/stack/hcic/
Dhciblecmds.cc674 void btsnd_hcic_ble_set_data_length(uint16_t conn_handle, uint16_t tx_octets, in btsnd_hcic_ble_set_data_length() argument
685 UINT16_TO_STREAM(pp, conn_handle); in btsnd_hcic_ble_set_data_length()

12