HomeSort by relevance Sort by last modified time
    Searched full:conn_id (Results 26 - 50 of 74) sorted by null

12 3

  /external/bluetooth/bluedroid/bta/gatt/
bta_gatts_api.c 388 void BTA_GATTS_HandleValueIndication (UINT16 conn_id, UINT16 attr_id, UINT16 data_len,
399 p_buf->hdr.layer_specific = conn_id;
420 ** Parameters conn_id - connection identifier.
428 void BTA_GATTS_SendRsp (UINT16 conn_id, UINT32 trans_id,
439 p_buf->hdr.layer_specific = conn_id;
523 ** Parameters conn_id: connectino ID to be closed.
528 void BTA_GATTS_Close(UINT16 conn_id)
535 p_buf->layer_specific = conn_id;
bta_gatts_act.c 42 static void bta_gatts_conn_cback (tGATT_IF gatt_if, BD_ADDR bda, UINT16 conn_id, BOOLEAN connected, tGATT_DISCONN_REASON reason);
43 static void bta_gatts_send_request_cback (UINT16 conn_id,
762 APPL_TRACE_ERROR1("bta_gatts_close fail conn_id=%d", p_msg->hdr.layer_specific);
828 static void bta_gatts_send_request_cback (UINT16 conn_id,
838 if (GATT_GetConnectionInfor(conn_id, &gatt_if, cb_data.req_data.remote_bda))
842 APPL_TRACE_DEBUG3 ("bta_gatts_send_request_cback conn_id=%d trans_id=%d req_type=%d", conn_id, trans_id, req_type);
853 cb_data.req_data.conn_id = conn_id;
866 APPL_TRACE_ERROR1("request received on unknown connectino ID: %d", conn_id);
    [all...]
bta_gattc_utils.c 189 tBTA_GATTC_CLCB * bta_gattc_find_clcb_by_conn_id (UINT16 conn_id)
197 p_clcb->bta_conn_id == conn_id)
361 tBTA_GATTC_SERV * bta_gattc_find_scb_by_cid (UINT16 conn_id)
363 tBTA_GATTC_CLCB *p_clcb = bta_gattc_find_clcb_by_conn_id(conn_id);
722 void bta_gattc_clear_notif_registration(UINT16 conn_id)
729 if (GATT_GetConnectionInfor(conn_id, &gatt_if, remote_bda))
909 BD_ADDR remote_bda, UINT16 conn_id)
919 cb_data.open.conn_id = conn_id;
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_int.h 36 #define GATT_GET_TCB_IDX(conn_id) ((UINT8) (((UINT16) (conn_id)) >> 8))
37 #define GATT_GET_GATT_IF(conn_id) ((tGATT_IF)((UINT8) (conn_id)))
387 UINT16 conn_id; /* connection handle */ member in struct:__anon857
450 UINT16 conn_id; member in struct:__anon864
542 extern BOOLEAN gatt_profile_clcb_dealloc (UINT16 conn_id);
543 extern tGATT_PROFILE_CLCB *gatt_profile_clcb_alloc (UINT16 conn_id, BD_ADDR bda);
611 extern void gatt_sr_send_req_callback(UINT16 conn_id, UINT32 trans_id,
619 extern BOOLEAN gatt_is_clcb_allocated (UINT16 conn_id);
    [all...]
gatt_utils.c 2025 UINT16 conn_id; local
2103 UINT16 conn_id; local
    [all...]
gatt_sr.c 335 UINT16 conn_id; local
366 conn_id = GATT_CREATE_CONN_ID(p_tcb->tcb_idx, gatt_if);
367 gatt_sr_send_req_callback(conn_id,
907 UINT16 conn_id; local
941 conn_id = GATT_CREATE_CONN_ID(p_tcb->tcb_idx, gatt_cb.cl_rcb[i].gatt_if);
942 gatt_sr_send_req_callback(conn_id, 0, GATTS_REQ_TYPE_MTU,
1090 UINT16 conn_id; local
1408 UINT16 conn_id; local
    [all...]
gatt_cl.c 429 (*p_clcb->p_reg->app_cb.p_disc_res_cb)(p_clcb->conn_id, p_clcb->op_subtype, &result);
487 (*p_clcb->p_reg->app_cb.p_disc_res_cb)(p_clcb->conn_id, p_clcb->op_subtype, &result);
644 UINT16 conn_id; local
707 conn_id = GATT_CREATE_CONN_ID(p_tcb->tcb_idx, p_reg->gatt_if);
708 (*p_reg->app_cb.p_cmpl_cb) (conn_id, event, encrypt_status, (tGATT_CL_COMPLETE *)&value);
901 (*p_clcb->p_reg->app_cb.p_disc_res_cb)(p_clcb->conn_id, p_clcb->op_subtype, &result);
    [all...]
gatt_main.c 830 UINT16 conn_id; local
844 conn_id = GATT_CREATE_CONN_ID(p_tcb->tcb_idx, p_reg->gatt_if);
845 (*p_reg->app_cb.p_conn_cb)(p_reg->gatt_if, p_tcb->peer_bda, conn_id, TRUE, 0);
958 UINT16 conn_id; local
964 if ((conn_id = gatt_profile_find_conn_id_by_bd_addr(peer_bda)) != GATT_INVALID_CONN_ID)
968 GATTS_HandleValueIndication (conn_id,
975 GATT_TRACE_ERROR2("Unable to find conn_id for %08x%04x ",
    [all...]
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_le.c 401 tBTA_HH_DEV_CB * bta_hh_le_find_dev_cb_by_conn_id(UINT16 conn_id)
408 if (p_dev_cb->in_use && p_dev_cb->conn_id == conn_id)
608 if (BTA_GATTC_GetFirstCharDescr(p_cb->conn_id,
613 BTA_GATTC_ReadCharDescr(p_cb->conn_id,
904 if (BTA_GATTC_GetFirstCharDescr(p_cb->conn_id,
909 BTA_GATTC_WriteCharDescr(p_cb->conn_id,
    [all...]
bta_hh_int.h 160 UINT16 conn_id; member in struct:__anon273
275 UINT16 conn_id; member in struct:__anon278
  /external/libnfc-nci/src/nfc/include/
nci_hmsgs.h 51 UINT8 nci_snd_core_conn_close (UINT8 conn_id);
nfc_api.h     [all...]
  /external/libnfc-nci/src/nfc/nfc/
nfc_main.c 741 nfc_cb.conn_cb[xx].conn_id = NFC_ILLEGAL_CONN_ID;
    [all...]
nfc_ncif.c 147 UINT8 hdr0 = p_cb->conn_id;
150 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);
530 void nfc_ncif_error_status (UINT8 conn_id, UINT8 status)
533 p_cb = nfc_find_conn_cb_by_conn_id (conn_id);
536 (*p_cb->p_cback) (conn_id, NFC_ERROR_CEVT, (tNFC_CONN *) &status);
1196 UINT8 conn_id; local
    [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/ee/
nfa_ee_main.c 416 tNFA_EE_ECB * nfa_ee_find_ecb_by_conn_id (UINT8 conn_id)
425 if (conn_id == p_cb->conn_id)
480 msg.conn.conn_id = p_cb->conn_id;
nfa_ee_act.c 95 static void nfa_ee_conn_cback (UINT8 conn_id, tNFC_CONN_EVT event, tNFC_CONN *p_data)
100 NFA_TRACE_DEBUG2("nfa_ee_conn_cback: conn_id: %d, event=0x%02x", conn_id, event);
108 cbk.conn_id = conn_id;
362 NFC_ConnClose(p_cb->conn_id);
649 NFC_SendData (p_cb->conn_id, p_pkt);
679 NFC_ConnClose(p_cb->conn_id);
    [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_ee_int.h 135 UINT8 conn_id; /* connection id */ member in struct:__anon20696
309 UINT8 conn_id; member in struct:__anon20714
425 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);
nci_hmsgs.c 232 UINT8 nci_snd_core_conn_close (UINT8 conn_id)
249 UINT8_TO_STREAM (pp, conn_id);
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java     [all...]
  /external/chromium_org/third_party/openssl/openssl/ssl/
s2_srvr.c 786 /* make and send conn_id */
787 s2n(SSL2_CONNECTION_ID_LENGTH,p); /* add conn_id length */
789 if (RAND_pseudo_bytes(s->s2->conn_id,(int)s->s2->conn_id_length) <= 0)
791 memcpy(d,s->s2->conn_id,SSL2_CONNECTION_ID_LENGTH);
845 if (s->s2->conn_id_length > sizeof s->s2->conn_id)
861 if (memcmp(p,s->s2->conn_id,s->s2->conn_id_length) != 0)
  /external/openssl/ssl/
s2_srvr.c 786 /* make and send conn_id */
787 s2n(SSL2_CONNECTION_ID_LENGTH,p); /* add conn_id length */
789 if (RAND_pseudo_bytes(s->s2->conn_id,(int)s->s2->conn_id_length) <= 0)
791 memcpy(d,s->s2->conn_id,SSL2_CONNECTION_ID_LENGTH);
845 if (s->s2->conn_id_length > sizeof s->s2->conn_id)
861 if (memcmp(p,s->s2->conn_id,s->s2->conn_id_length) != 0)
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c 383 bta_dm_search_cb.conn_id = BTA_GATT_INVALID_CONN_ID;
    [all...]
  /external/bluetooth/bluedroid/stack/gap/
gap_int.h 153 UINT16 conn_id; member in struct:__anon838

Completed in 4531 milliseconds

12 3