HomeSort by relevance Sort by last modified time
    Searched refs:tGATT_VALUE (Results 1 - 12 of 12) sorted by null

  /external/bluetooth/bluedroid/stack/gatt/
gatt_cl.c 208 tGATT_VALUE *p_attr = (tGATT_VALUE *)p_clcb->p_attr_buf;
299 BOOLEAN gatt_check_write_long_terminate(tGATT_TCB *p_tcb, tGATT_CLCB *p_clcb, tGATT_VALUE *p_rsp_value)
301 tGATT_VALUE *p_attr = (tGATT_VALUE *)p_clcb->p_attr_buf;
344 tGATT_VALUE *p_attr = (tGATT_VALUE *)p_clcb->p_attr_buf;
528 tGATT_VALUE *p_attr = (tGATT_VALUE *)p_clcb->p_attr_buf;
576 tGATT_VALUE value = {0}
    [all...]
gatt_api.c 599 tGATT_VALUE indication;
601 tGATT_VALUE *p_buf;
671 tGATT_VALUE notif;
    [all...]
gatt_utils.c 214 tGATT_VALUE *gatt_add_pending_ind(tGATT_TCB *p_tcb, tGATT_VALUE *p_ind)
216 tGATT_VALUE *p_buf;
218 if ((p_buf = (tGATT_VALUE *)GKI_getbuf((UINT16)sizeof(tGATT_VALUE))) != NULL)
221 memcpy(p_buf, p_ind, sizeof(tGATT_VALUE));
741 tGATT_VALUE *p_buf = (tGATT_VALUE *)GKI_getfirst(&p_tcb->pending_ind_q);
759 p_buf = (tGATT_VALUE *)GKI_getnext(p_buf);
    [all...]
gatt_int.h 120 tGATT_VALUE attr_value; /* write request */
141 tGATT_VALUE attr_value; /* READ, HANDLE_VALUE_IND, PREPARE_WRITE */
576 extern tGATT_VALUE *gatt_add_pending_ind(tGATT_TCB *p_tcb, tGATT_VALUE *p_ind);
gatt_auth.c 45 tGATT_VALUE *p_attr = (tGATT_VALUE *)p_clcb->p_attr_buf;
gatt_sr.c     [all...]
  /external/bluetooth/bluedroid/stack/include/
gatt_api.h 309 } tGATT_VALUE;
316 tGATT_VALUE attr_value; /* READ, HANDLE_VALUE_IND, PREPARE_WRITE */
476 tGATT_VALUE att_value;
    [all...]
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_int.h 461 extern tBTA_GATT_STATUS bta_gattc_pack_read_cb_data(tBTA_GATTC_SERV *p_srcb, tBT_UUID descr_uuid, tGATT_VALUE *p_attr, tBTA_GATT_READ_VAL *p_value);
bta_gattc_utils.c 620 tGATT_VALUE *p_attr, tBTA_GATT_READ_VAL *p_value)
bta_gattc_act.c     [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h 459 typedef tGATT_VALUE tBTA_GATT_VALUE;
    [all...]
  /external/bluetooth/bluedroid/stack/gap/
gap_ble.c 278 tGATT_STATUS gap_read_attr_value (UINT16 handle, tGATT_VALUE *p_value, BOOLEAN is_long)

Completed in 48 milliseconds