Searched defs:conn_handle (Results 1 - 16 of 16) sorted by relevance

/system/bt/stack/btm/
H A Dble_advertiser_hci_interface.cc275 uint16_t conn_handle; local
286 STREAM_TO_UINT16(conn_handle, p);
292 observer->OnAdvertisingSetTerminated(change_reason, adv_inst, conn_handle,
671 uint16_t conn_handle; local
675 STREAM_TO_UINT16(conn_handle, p);
678 conn_handle = conn_handle & 0x0FFF; // only 12 bits meaningful
683 conn_handle,
H A Dbtm_acl.cc294 void btm_acl_update_conn_addr(uint16_t conn_handle, const RawAddress& address) { argument
295 uint8_t idx = btm_handle_to_acl_index(conn_handle);
H A Dbtm_ble.cc278 bool BTM_IsBleConnection(uint16_t conn_handle) { argument
282 BTM_TRACE_API("BTM_IsBleConnection: conn_handle: %d", conn_handle);
284 xx = btm_handle_to_acl_index(conn_handle);
H A Dbtm_sec.cc88 uint16_t conn_handle);
1395 uint16_t conn_handle) {
1400 conn_handle, reason);
1405 if (conn_handle == p_dev_rec->hci_handle) return status;
1411 if (conn_handle == p_dev_rec->ble_hci_handle) return status;
1420 p_dev_rec->sec_state = (conn_handle == p_dev_rec->hci_handle)
1430 p_dev_rec->hci_handle == conn_handle) {
1439 btsnd_hcic_disconnect(conn_handle, reason);
1393 btm_sec_send_hci_disconnect(tBTM_SEC_DEV_REC* p_dev_rec, uint8_t reason, uint16_t conn_handle) argument
/system/nfc/src/nfa/p2p/
H A Dnfa_p2p_api.c238 p_msg->conn_handle = handle;
287 p_msg->conn_handle = handle;
340 p_msg->conn_handle = handle;
692 p_msg->conn_handle = handle;
816 tNFA_STATUS NFA_P2pSetLocalBusy(tNFA_HANDLE conn_handle, bool is_busy) { argument
820 P2P_TRACE_API2("NFA_P2pSetLocalBusy (): conn_handle:0x%02X, is_busy:%d",
821 conn_handle, is_busy);
823 xx = conn_handle & NFA_HANDLE_MASK;
841 p_msg->conn_handle = conn_handle;
[all...]
/system/nfc/src/nfa/include/
H A Dnfa_p2p_api.h121 tNFA_HANDLE conn_handle; member in struct:__anon2132
130 tNFA_HANDLE conn_handle; member in struct:__anon2133
276 extern tNFA_STATUS NFA_P2pAcceptConn(tNFA_HANDLE conn_handle, uint16_t miu,
292 extern tNFA_STATUS NFA_P2pRejectConn(tNFA_HANDLE conn_handle);
312 extern tNFA_STATUS NFA_P2pDisconnect(tNFA_HANDLE conn_handle, bool flush);
417 extern tNFA_STATUS NFA_P2pSendData(tNFA_HANDLE conn_handle, uint16_t length,
467 extern tNFA_STATUS NFA_P2pSetLocalBusy(tNFA_HANDLE conn_handle, bool is_busy);
H A Dnfa_snep_api.h118 ** for server, new handle will be assigned for conn_handle
119 ** for client, handle used in NFA_SnepConnect () is returned in conn_handle
123 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon2144
128 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon2145
136 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon2146
143 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon2147
151 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon2148
157 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon2149
163 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon2150
173 tNFA_HANDLE conn_handle; /* handl member in struct:__anon2151
179 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon2152
[all...]
/system/nfc/src/nfa/int/
H A Dnfa_snep_int.h99 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon2311
108 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon2312
116 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon2313
125 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon2314
132 tNFA_HANDLE conn_handle; /* response code */ member in struct:__anon2315
209 tNFA_HANDLE conn_handle; /* connection handle for default server */ member in struct:__anon2319
H A Dnfa_p2p_int.h92 tNFA_HANDLE conn_handle; member in struct:__anon2270
100 tNFA_HANDLE conn_handle; member in struct:__anon2271
106 tNFA_HANDLE conn_handle; member in struct:__anon2272
131 tNFA_HANDLE conn_handle; member in struct:__anon2275
138 tNFA_HANDLE conn_handle; member in struct:__anon2276
/system/bt/bta/hf_client/
H A Dbta_hf_client_int.h167 uint16_t conn_handle; /* RFCOMM handle of connected service */ member in struct:__anon190
H A Dbta_hf_client_main.cc522 uint16_t conn_handle = client_cb->conn_handle; local
524 APPL_TRACE_DEBUG("%s: cb rfc_handle %d alloc %d conn_handle %d", __func__,
525 handle, is_allocated, conn_handle);
527 if (is_allocated && conn_handle == handle) {
531 APPL_TRACE_WARNING("%s: no cb yet %d alloc %d conn_handle %d", __func__,
532 handle, is_allocated, conn_handle);
943 dprintf(fd, " RFCOMM Channel (local) %d\n", client_cb->conn_handle);
/system/bt/stack/test/
H A Dble_advertiser_test.cc58 void btm_acl_update_conn_addr(uint16_t conn_handle, const RawAddress& address) { argument
753 0x43 /*status */, advertiser_id, 0x00 /* conn_handle*/, maxExtAdvEvents);
1034 advertiser_id, 0x01fe /* conn_handle*/, 20 /* completed ExtAdvEvents */);
/system/bt/bta/ag/
H A Dbta_ag_int.h232 uint16_t conn_handle; /* RFCOMM handle of connected service */ member in struct:__anon27
/system/bt/stack/hcic/
H A Dhciblecmds.cc689 void btsnd_hcic_ble_set_data_length(uint16_t conn_handle, uint16_t tx_octets, argument
700 UINT16_TO_STREAM(pp, conn_handle);
H A Dhcicmds.cc1019 uint16_t conn_handle, enh_esco_params_t* p_params) {
1029 UINT16_TO_STREAM(pp, conn_handle);
1018 btsnd_hcic_enhanced_set_up_synchronous_connection( uint16_t conn_handle, enh_esco_params_t* p_params) argument
/system/bt/bta/dm/
H A Dbta_dm_int.h551 uint16_t conn_handle; member in struct:__anon115

Completed in 312 milliseconds