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

/system/bt/stack/btm/
H A Dble_advertiser_hci_interface.cc269 uint16_t conn_handle; local
280 STREAM_TO_UINT16(conn_handle, p);
286 observer->OnAdvertisingSetTerminated(change_reason, adv_inst, conn_handle,
656 uint16_t conn_handle; local
660 STREAM_TO_UINT16(conn_handle, p);
663 conn_handle = conn_handle & 0x0FFF; // only 12 bits meaningful
668 conn_handle,
H A Dbtm_acl.cc301 void btm_acl_update_conn_addr(uint8_t conn_handle, BD_ADDR address) { argument
302 uint8_t idx = btm_handle_to_acl_index(conn_handle);
H A Dbtm_ble.cc283 bool BTM_IsBleConnection(uint16_t conn_handle) { argument
287 BTM_TRACE_API("BTM_IsBleConnection: conn_handle: %d", conn_handle);
289 xx = btm_handle_to_acl_index(conn_handle);
H A Dbtm_sec.cc90 uint16_t conn_handle);
1399 uint16_t conn_handle) {
1404 conn_handle, reason);
1409 if (conn_handle == p_dev_rec->hci_handle) return status;
1415 if (conn_handle == p_dev_rec->ble_hci_handle) return status;
1424 p_dev_rec->sec_state = (conn_handle == p_dev_rec->hci_handle)
1434 p_dev_rec->hci_handle == conn_handle) {
1443 btsnd_hcic_disconnect(conn_handle, reason);
1397 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:__anon2092
130 tNFA_HANDLE conn_handle; member in struct:__anon2093
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:__anon2104
128 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon2105
136 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon2106
143 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon2107
151 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon2108
157 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon2109
163 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon2110
173 tNFA_HANDLE conn_handle; /* handl member in struct:__anon2111
179 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon2112
[all...]
/system/nfc/src/nfa/int/
H A Dnfa_snep_int.h99 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon2270
108 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon2271
116 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon2272
125 tNFA_HANDLE conn_handle; /* handle for data link connection */ member in struct:__anon2273
132 tNFA_HANDLE conn_handle; /* response code */ member in struct:__anon2274
209 tNFA_HANDLE conn_handle; /* connection handle for default server */ member in struct:__anon2278
H A Dnfa_p2p_int.h92 tNFA_HANDLE conn_handle; member in struct:__anon2229
100 tNFA_HANDLE conn_handle; member in struct:__anon2230
106 tNFA_HANDLE conn_handle; member in struct:__anon2231
131 tNFA_HANDLE conn_handle; member in struct:__anon2234
138 tNFA_HANDLE conn_handle; member in struct:__anon2235
/system/bt/bta/hf_client/
H A Dbta_hf_client_int.h167 uint16_t conn_handle; /* RFCOMM handle of connected service */ member in struct:__anon193
H A Dbta_hf_client_main.cc525 uint16_t conn_handle = client_cb->conn_handle; local
527 APPL_TRACE_DEBUG("%s: cb rfc_handle %d alloc %d conn_handle %d", __func__,
528 handle, is_allocated, conn_handle);
530 if (is_allocated && conn_handle == handle) {
534 APPL_TRACE_WARNING("%s: no cb yet %d alloc %d conn_handle %d", __func__,
535 handle, is_allocated, conn_handle);
952 dprintf(fd, " RFCOMM Channel (local) %d\n", client_cb->conn_handle);
/system/bt/stack/hcic/
H A Dhciblecmds.cc688 void btsnd_hcic_ble_set_data_length(uint16_t conn_handle, uint16_t tx_octets, argument
699 UINT16_TO_STREAM(pp, conn_handle);
H A Dhcicmds.cc1015 uint16_t conn_handle, enh_esco_params_t* p_params) {
1025 UINT16_TO_STREAM(pp, conn_handle);
1014 btsnd_hcic_enhanced_set_up_synchronous_connection( uint16_t conn_handle, enh_esco_params_t* p_params) argument
/system/bt/stack/test/
H A Dble_advertiser_test.cc53 void btm_acl_update_conn_addr(uint8_t conn_handle, BD_ADDR address) {} argument
711 0x43 /*status */, advertiser_id, 0x00 /* conn_handle*/, maxExtAdvEvents);
/system/bt/bta/ag/
H A Dbta_ag_int.h225 uint16_t conn_handle; /* RFCOMM handle of connected service */ member in struct:__anon26
/system/bt/bta/dm/
H A Dbta_dm_int.h552 uint16_t conn_handle; member in struct:__anon116

Completed in 366 milliseconds