HomeSort by relevance Sort by last modified time
    Searched refs:tGATT_VALUE (Results 1 - 15 of 15) 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 68 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 114 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;
616 tGATT_VALUE value =
    [all...]
gatt_api.c 599 tGATT_VALUE indication;
601 tGATT_VALUE *p_buf;
672 tGATT_VALUE notif;
    [all...]
gatt_int.h 120 tGATT_VALUE attr_value; /* write request */
141 tGATT_VALUE attr_value; /* READ, HANDLE_VALUE_IND, PREPARE_WRITE */
585 extern tGATT_VALUE *gatt_add_pending_ind(tGATT_TCB *p_tcb, tGATT_VALUE *p_ind);
gatt_utils.c 234 tGATT_VALUE *gatt_add_pending_ind(tGATT_TCB *p_tcb, tGATT_VALUE *p_ind)
236 tGATT_VALUE *p_buf = (tGATT_VALUE *)osi_malloc(sizeof(tGATT_VALUE));
241 memcpy(p_buf, p_ind, sizeof(tGATT_VALUE));
781 tGATT_VALUE *p_buf = (tGATT_VALUE *)list_node(node);
    [all...]
gatt_attr.c 394 tGATT_VALUE ccc_value;
399 memset (&ccc_value, 0 , sizeof(tGATT_VALUE));
gatt_auth.c 46 tGATT_VALUE *p_attr = (tGATT_VALUE *)p_clcb->p_attr_buf;
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/include/
bta_gatt_api.h 455 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)
  /system/bt/bta/gatt/
bta_gattc_act.c     [all...]

Completed in 110 milliseconds