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

  /system/bt/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 116 UINT8 dis_read_attr_value (UINT8 clcb_idx, UINT16 handle, tGATT_VALUE *p_value,
  /system/bt/stack/gatt/
gatt_cl.c 229 tGATT_VALUE *p_attr = (tGATT_VALUE *)p_clcb->p_attr_buf;
320 BOOLEAN gatt_check_write_long_terminate(tGATT_TCB *p_tcb, tGATT_CLCB *p_clcb, tGATT_VALUE *p_rsp_value)
322 tGATT_VALUE *p_attr = (tGATT_VALUE *)p_clcb->p_attr_buf;
365 tGATT_VALUE *p_attr = (tGATT_VALUE *)p_clcb->p_attr_buf;
563 tGATT_VALUE *p_attr = (tGATT_VALUE *)p_clcb->p_attr_buf;
614 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_attr.c 421 tGATT_VALUE ccc_value;
426 memset (&ccc_value, 0 , sizeof(tGATT_VALUE));
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 */
603 extern tGATT_VALUE *gatt_add_pending_ind(tGATT_TCB *p_tcb, tGATT_VALUE *p_ind);
gatt_sr.c     [all...]
  /system/bt/stack/include/
gatt_api.h 319 } tGATT_VALUE;
326 tGATT_VALUE attr_value; /* READ, HANDLE_VALUE_IND, PREPARE_WRITE */
483 tGATT_VALUE att_value;
    [all...]
  /system/bt/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 633 tGATT_VALUE *p_attr,
bta_gattc_act.c     [all...]
  /system/bt/bta/include/
bta_gatt_api.h 515 typedef tGATT_VALUE tBTA_GATT_VALUE;
    [all...]
  /system/bt/stack/gap/
gap_ble.c 215 tGATT_STATUS gap_read_attr_value (UINT16 handle, tGATT_VALUE *p_value, BOOLEAN is_long)

Completed in 778 milliseconds