HomeSort by relevance Sort by last modified time
    Searched defs:indication (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluedroid/stack/gatt/
gatt_api.c 586 ** Description This function sends a handle value indication to a client.
589 ** attr_handle: Attribute handle of this handle value indication.
600 tGATT_VALUE indication; local
619 indication.conn_id = conn_id;
620 indication.handle = attr_handle;
621 indication.len = val_len;
622 memcpy (indication.value, p_val, val_len);
623 indication.auth_req = GATT_AUTH_REQ_NONE;
627 GATT_TRACE_DEBUG ("Add a pending indication");
628 if ((p_buf = gatt_add_pending_ind(p_tcb, &indication)) !=NULL
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_header.h 399 uint32_t indication; member in struct:sctp_adaptation_layer_indication

Completed in 599 milliseconds