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

  /external/bluetooth/bluedroid/stack/srvc/
srvc_battery_int.h 74 extern UINT8 battery_s_read_attr_value (UINT8 clcb_idx, UINT16 handle, tGATT_VALUE *p_value, BOOLEAN is_long, tGATT_STATUS* p_status);
srvc_dis_int.h 73 extern UINT8 dis_read_attr_value (UINT8 clcb_idx, UINT16 handle, tGATT_VALUE *p_value,
srvc_battery.c 112 UINT8 battery_s_read_attr_value (UINT8 clcb_idx, UINT16 handle, tGATT_VALUE *p_value, BOOLEAN is_long, tGATT_STATUS* p_status)
srvc_dis.c 113 UINT8 dis_read_attr_value (UINT8 clcb_idx, UINT16 handle, tGATT_VALUE *p_value,
  /external/bluetooth/bluedroid/stack/gatt/
gatt_cl.c 228 tGATT_VALUE *p_attr = (tGATT_VALUE *)p_clcb->p_attr_buf;
319 BOOLEAN gatt_check_write_long_terminate(tGATT_TCB *p_tcb, tGATT_CLCB *p_clcb, tGATT_VALUE *p_rsp_value)
321 tGATT_VALUE *p_attr = (tGATT_VALUE *)p_clcb->p_attr_buf;
364 tGATT_VALUE *p_attr = (tGATT_VALUE *)p_clcb->p_attr_buf;
562 tGATT_VALUE *p_attr = (tGATT_VALUE *)p_clcb->p_attr_buf;
613 tGATT_VALUE value = {0}
    [all...]
gatt_api.c 600 tGATT_VALUE indication;
602 tGATT_VALUE *p_buf;
673 tGATT_VALUE notif;
    [all...]
gatt_utils.c 215 tGATT_VALUE *gatt_add_pending_ind(tGATT_TCB *p_tcb, tGATT_VALUE *p_ind)
217 tGATT_VALUE *p_buf;
219 if ((p_buf = (tGATT_VALUE *)GKI_getbuf((UINT16)sizeof(tGATT_VALUE))) != NULL)
222 memcpy(p_buf, p_ind, sizeof(tGATT_VALUE));
746 tGATT_VALUE *p_buf = (tGATT_VALUE *)GKI_getfirst(&p_tcb->pending_ind_q);
764 p_buf = (tGATT_VALUE *)GKI_getnext(p_buf);
    [all...]
gatt_auth.c 46 tGATT_VALUE *p_attr = (tGATT_VALUE *)p_clcb->p_attr_buf;
gatt_int.h 120 tGATT_VALUE attr_value; /* write request */
141 tGATT_VALUE attr_value; /* READ, HANDLE_VALUE_IND, PREPARE_WRITE */
595 extern tGATT_VALUE *gatt_add_pending_ind(tGATT_TCB *p_tcb, tGATT_VALUE *p_ind);
gatt_sr.c     [all...]
  /external/bluetooth/bluedroid/stack/include/
gatt_api.h 318 } tGATT_VALUE;
325 tGATT_VALUE attr_value; /* READ, HANDLE_VALUE_IND, PREPARE_WRITE */
482 tGATT_VALUE att_value;
    [all...]
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_int.h 525 extern tBTA_GATT_STATUS bta_gattc_pack_read_cb_data(tBTA_GATTC_SERV *p_srcb, tBT_UUID *p_descr_uuid, tGATT_VALUE *p_attr, tBTA_GATT_READ_VAL *p_value);
bta_gattc_utils.c 630 tGATT_VALUE *p_attr,
bta_gattc_act.c     [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h 515 typedef tGATT_VALUE tBTA_GATT_VALUE;
    [all...]
  /external/bluetooth/bluedroid/stack/gap/
gap_ble.c 222 tGATT_STATUS gap_read_attr_value (UINT16 handle, tGATT_VALUE *p_value, BOOLEAN is_long)

Completed in 68 milliseconds