/external/libnfc-nci/src/nfc/include/ |
nci_hmsgs.h | 51 UINT8 nci_snd_core_conn_close (UINT8 conn_id);
|
nfc_api.h | [all...] |
/external/bluetooth/bluedroid/bta/gatt/ |
bta_gattc_int.h | 498 BD_ADDR remote_bda, UINT16 conn_id, tBTA_TRANSPORT transport, UINT16 mtu); 507 extern tBTA_GATTC_CLCB * bta_gattc_find_clcb_by_conn_id (UINT16 conn_id); 514 extern tBTA_GATTC_SERV * bta_gattc_find_scb_by_cid (UINT16 conn_id); 529 extern void bta_gattc_clear_notif_registration(UINT16 conn_id); 536 extern void bta_gattc_disc_res_cback (UINT16 conn_id, tGATT_DISC_TYPE disc_type, tGATT_DISC_RES *p_data); 537 extern void bta_gattc_disc_cmpl_cback (UINT16 conn_id, tGATT_DISC_TYPE disc_type, tGATT_STATUS status); 538 extern tBTA_GATT_STATUS bta_gattc_discover_procedure(UINT16 conn_id, tBTA_GATTC_SERV *p_server_cb, UINT8 disc_type); 539 extern tBTA_GATT_STATUS bta_gattc_discover_pri_service(UINT16 conn_id, tBTA_GATTC_SERV *p_server_cb, UINT8 disc_type); 541 extern tBTA_GATT_STATUS bta_gattc_query_cache(UINT16 conn_id, UINT8 query_type, tBTA_GATT_SRVC_ID *p_srvc_id, 546 extern BOOLEAN bta_gattc_cache_save(tBTA_GATTC_SERV *p_srvc_cb, UINT16 conn_id); [all...] |
bta_gattc_utils.c | 191 tBTA_GATTC_CLCB * bta_gattc_find_clcb_by_conn_id (UINT16 conn_id) 199 p_clcb->bta_conn_id == conn_id) 367 tBTA_GATTC_SERV * bta_gattc_find_scb_by_cid (UINT16 conn_id) 369 tBTA_GATTC_CLCB *p_clcb = bta_gattc_find_clcb_by_conn_id(conn_id); 592 void bta_gattc_clear_notif_registration(UINT16 conn_id) 600 if (GATT_GetConnectionInfor(conn_id, &gatt_if, remote_bda, &transport)) 781 BD_ADDR remote_bda, UINT16 conn_id, 792 cb_data.open.conn_id = conn_id;
|
/external/libnfc-nci/src/nfa/ee/ |
nfa_ee_main.c | 433 tNFA_EE_ECB * nfa_ee_find_ecb_by_conn_id (UINT8 conn_id) 442 if (conn_id == p_cb->conn_id) 497 msg.conn.conn_id = p_cb->conn_id;
|
nfa_ee_act.c | 244 static void nfa_ee_conn_cback (UINT8 conn_id, tNFC_CONN_EVT event, tNFC_CONN *p_data) 249 NFA_TRACE_DEBUG2("nfa_ee_conn_cback: conn_id: %d, event=0x%02x", conn_id, event); 257 cbk.conn_id = conn_id; 512 NFC_ConnClose(p_cb->conn_id); 891 NFC_SendData (p_cb->conn_id, p_pkt); 921 NFC_ConnClose(p_cb->conn_id); [all...] |
/external/bluetooth/bluedroid/stack/gatt/ |
gatt_main.c | 470 UINT16 conn_id; local 484 conn_id = GATT_CREATE_CONN_ID(p_tcb->tcb_idx, p_reg->gatt_if); 485 (*p_reg->app_cb.p_congestion_cb)(conn_id, congested); 900 UINT16 conn_id; local 914 conn_id = GATT_CREATE_CONN_ID(p_tcb->tcb_idx, p_reg->gatt_if); 915 (*p_reg->app_cb.p_conn_cb)(p_reg->gatt_if, p_tcb->peer_bda, conn_id, 1028 UINT16 conn_id; local [all...] |
gatt_utils.c | 2118 UINT16 conn_id; local 2197 UINT16 conn_id; local [all...] |
gatt_int.h | 34 #define GATT_GET_TCB_IDX(conn_id) ((UINT8) (((UINT16) (conn_id)) >> 8)) 35 #define GATT_GET_GATT_IF(conn_id) ((tGATT_IF)((UINT8) (conn_id))) 402 UINT16 conn_id; /* connection handle */ member in struct:__anon5912 468 UINT16 conn_id; member in struct:__anon5919 560 extern BOOLEAN gatt_profile_clcb_dealloc (UINT16 conn_id); 561 extern tGATT_PROFILE_CLCB *gatt_profile_clcb_alloc (UINT16 conn_id, BD_ADDR bda, tBT_TRANSPORT transport); 631 extern void gatt_sr_send_req_callback(UINT16 conn_id, UINT32 trans_id, 639 extern BOOLEAN gatt_is_clcb_allocated (UINT16 conn_id); [all...] |
gatt_sr.c | 337 UINT16 conn_id; local 370 conn_id = GATT_CREATE_CONN_ID(p_tcb->tcb_idx, gatt_if); 371 gatt_sr_send_req_callback(conn_id, 914 UINT16 conn_id; local 950 conn_id = GATT_CREATE_CONN_ID(p_tcb->tcb_idx, gatt_cb.cl_rcb[i].gatt_if); 951 gatt_sr_send_req_callback(conn_id, 0, GATTS_REQ_TYPE_MTU, 1099 UINT16 conn_id; local 1418 UINT16 conn_id; local [all...] |
gatt_cl.c | 439 (*p_clcb->p_reg->app_cb.p_disc_res_cb)(p_clcb->conn_id, p_clcb->op_subtype, &result); 500 (*p_clcb->p_reg->app_cb.p_disc_res_cb)(p_clcb->conn_id, p_clcb->op_subtype, &result); 663 UINT16 conn_id; local 726 conn_id = GATT_CREATE_CONN_ID(p_tcb->tcb_idx, p_reg->gatt_if); 727 (*p_reg->app_cb.p_cmpl_cb) (conn_id, event, encrypt_status, (tGATT_CL_COMPLETE *)&value); 920 (*p_clcb->p_reg->app_cb.p_disc_res_cb)(p_clcb->conn_id, p_clcb->op_subtype, &result); [all...] |
/external/bluetooth/bluedroid/bta/hh/ |
bta_hh_le.c | 397 tBTA_HH_DEV_CB * bta_hh_le_find_dev_cb_by_conn_id(UINT16 conn_id) 404 if (p_dev_cb->in_use && p_dev_cb->conn_id == conn_id) 615 if (BTA_GATTC_GetFirstCharDescr(p_cb->conn_id, 620 BTA_GATTC_ReadCharDescr(p_cb->conn_id, 935 if (BTA_GATTC_GetFirstCharDescr(p_cb->conn_id, 940 BTA_GATTC_WriteCharDescr(p_cb->conn_id, [all...] |
bta_hh_int.h | 160 UINT16 conn_id; member in struct:__anon5241 272 UINT16 conn_id; member in struct:__anon5246
|
/external/libnfc-nci/src/nfc/nfc/ |
nfc_ncif.c | 146 UINT8 hdr0 = p_cb->conn_id; 149 NFC_TRACE_DEBUG3 ("nfc_ncif_send_data :%d, num_buff:%d qc:%d", p_cb->conn_id, p_cb->num_buff, p_cb->tx_q.count); 532 void nfc_ncif_error_status (UINT8 conn_id, UINT8 status) 535 p_cb = nfc_find_conn_cb_by_conn_id (conn_id); 538 (*p_cb->p_cback) (conn_id, NFC_ERROR_CEVT, (tNFC_CONN *) &status); 1198 UINT8 conn_id; local [all...] |
nfc_main.c | 741 nfc_cb.conn_cb[xx].conn_id = NFC_ILLEGAL_CONN_ID; [all...] |
/external/libnfc-nci/src/nfa/hci/ |
nfa_hci_main.c | 64 static void nfa_hci_conn_cback (UINT8 conn_id, tNFC_CONN_EVT event, tNFC_CONN *p_data); 106 nfa_hci_cb.conn_id = 0; 438 nfa_hci_cb.conn_id = 0; 452 nfa_hci_cb.conn_id = 0; 565 if (nfa_hci_cb.nv_read_cmplt && nfa_hci_cb.ee_disc_cmplt && (nfa_hci_cb.conn_id == 0)) 633 if (nfa_hci_cb.conn_id) 639 NFC_ConnClose (nfa_hci_cb.conn_id); 642 nfa_hci_cb.conn_id = 0; 659 static void nfa_hci_conn_cback (UINT8 conn_id, tNFC_CONN_EVT event, tNFC_CONN *p_data) 672 nfa_hci_cb.conn_id = conn_id [all...] |
/external/libnfc-nci/src/nfa/int/ |
nfa_ee_int.h | 137 UINT8 conn_id; /* connection id */ member in struct:__anon27955 324 UINT8 conn_id; member in struct:__anon27974 451 tNFA_EE_ECB * nfa_ee_find_ecb_by_conn_id (UINT8 conn_id);
|
/external/libnfc-nci/src/nfc/nci/ |
nci_hrcv.c | 109 UINT8 conn_id; local 133 conn_id = *(pp+1); 134 nfc_ncif_error_status (conn_id, *pp);
|
/external/bluetooth/bluedroid/stack/gap/ |
gap_int.h | 153 UINT16 conn_id; member in struct:__anon5892
|
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
ssl2.h | 202 unsigned char conn_id[SSL2_MAX_CONNECTION_ID_LENGTH]; member in struct:ssl2_state_st
|
/external/chromium_org/third_party/openssl/openssl/ssl/ |
ssl2.h | 202 unsigned char conn_id[SSL2_MAX_CONNECTION_ID_LENGTH]; member in struct:ssl2_state_st
|
/external/openssl/include/openssl/ |
ssl2.h | 202 unsigned char conn_id[SSL2_MAX_CONNECTION_ID_LENGTH]; member in struct:ssl2_state_st
|
/external/openssl/ssl/ |
ssl2.h | 202 unsigned char conn_id[SSL2_MAX_CONNECTION_ID_LENGTH]; member in struct:ssl2_state_st
|
/external/bluetooth/bluedroid/stack/srvc/ |
srvc_battery.c | 166 BOOLEAN battery_gatt_c_read_ba_req(UINT16 conn_id) 168 UNUSED(conn_id);
|
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
GattService.java | [all...] |