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

  /system/bt/bta/gatt/
bta_gattc_cache.c 96 p_cur_srvc->s_handle, p_cur_srvc->e_handle,
142 APPL_TRACE_ERROR("\t rec[%d] uuid[0x%04x] s_handle[%d] e_handle[%d] is_primary[%d]",
143 i + 1, pp->uuid.uu.uuid16, pp->s_handle, pp->e_handle, pp->is_primary);
201 UINT16 s_handle, UINT16 e_handle,
213 p_new_srvc->e_handle = e_handle;
249 if (service->e_handle < value_handle)
250 service->e_handle = value_handle;
356 *p_e_hdl = p_rec->e_handle;
358 APPL_TRACE_DEBUG("discover range [%d ~ %d]",p_rec->s_handle, p_rec->e_handle);
    [all...]
bta_gattc_int.h 242 UINT16 e_handle; member in struct:__anon71759
bta_gattc_act.c 1698 UINT16 e_handle = ((UINT16)(*(p + 2)) + (((UINT16)(*(p + 3))) << 8)); local
    [all...]
  /system/bt/stack/gatt/
gatt_attr.c 319 p_clcb->e_handle = p_data->value.group_value.e_handle;
405 srvc_disc_param.e_handle = 0xffff;
413 srvc_disc_param.e_handle = p_clcb->e_handle;
421 srvc_disc_param.e_handle = p_clcb->e_handle;
gatt_cl.c 87 if (p_clcb->s_handle <= p_clcb->e_handle && p_clcb->s_handle != 0)
92 cl_req.browse.e_handle = p_clcb->e_handle;
105 cl_req.find_type_value.e_handle = p_clcb->e_handle;
152 msg.browse.e_handle = p_clcb->e_handle;
434 STREAM_TO_UINT16 (result.value.group_value.e_handle, p);
444 p_clcb->s_handle = (result.value.group_value.e_handle == 0) ? 0 : (result.value.group_value.e_handle + 1)
    [all...]
gatt_api.c 184 s_hdl = p_list->asgn_range.e_handle + 1;
213 p_list->asgn_range.e_handle = s_hdl+num_handles-1;
255 num_handles, p_list->asgn_range.s_handle , p_list->asgn_range.e_handle,
294 p_incl_decl->asgn_range.e_handle,
438 p_list->asgn_range.s_handle , p_list->asgn_range.e_handle );
856 !GATT_HANDLE_IS_VALID(p_param->e_handle) ||
868 p_clcb->e_handle = p_param->e_handle;
    [all...]
gatt_int.h 107 UINT16 e_handle; /* ending handle */ member in struct:__anon72492
403 UINT16 e_handle; /* ending handle of the active request */ member in struct:__anon72510
462 UINT16 e_handle; member in struct:__anon72515
660 extern UINT8 gatt_act_send_browse(tGATT_TCB *p_tcb, UINT16 index, UINT8 op, UINT16 s_handle, UINT16 e_handle,
678 extern UINT16 gatts_add_included_service (tGATT_SVC_DB *p_db, UINT16 s_handle, UINT16 e_handle, tBT_UUID service);
682 UINT16 e_handle, tBT_UUID type, UINT16 *p_len, tGATT_SEC_FLAG sec_flag, UINT8 key_size,UINT32 trans_id, UINT16 *p_cur_handle);
att_protocol.c 164 p_buf->len = 5; /* opcode + s_handle + e_handle */
168 UINT16_TO_STREAM(p, p_value_type->e_handle);
529 GATT_HANDLE_IS_VALID (p_msg->browse.e_handle) &&
530 p_msg->browse.s_handle <= p_msg->browse.e_handle)
534 p_msg->browse.e_handle,
gatt_db.c 284 UINT16_TO_STREAM(p, p_attr16->p_value->incl_handle.e_handle);
312 ** e_handle: ending handle of the range we are looking for.
326 UINT16 e_handle,
344 while (p_attr && p_attr->handle <= e_handle)
440 UINT16 gatts_add_included_service (tGATT_SVC_DB *p_db, UINT16 s_handle, UINT16 e_handle,
447 s_handle, e_handle, service.uu.uuid16);
449 if (service.len == 0 || s_handle == 0 || e_handle == 0)
460 p_attr->p_value->incl_handle.e_handle = e_handle;
    [all...]
gatt_utils.c     [all...]
  /system/bt/btif/src/
btif_gatt_test.c 154 p_data->handle, p_data->value.group_value.e_handle,
155 p_data->handle, p_data->value.group_value.e_handle);
168 p_data->value.incl_service.s_handle, p_data->value.incl_service.e_handle,
169 p_data->value.incl_service.s_handle, p_data->value.incl_service.e_handle);
270 param.e_handle = params->u3;
  /system/bt/stack/include/
gatt_api.h 408 UINT16 e_handle; member in struct:__anon72736
430 UINT16 e_handle; member in struct:__anon72738
513 UINT16 e_handle; /* ending handle of the group */ member in struct:__anon72746
524 UINT16 e_handle; /* ending handle */ member in struct:__anon72747
609 UINT16 e_handle; member in struct:__anon72751
    [all...]
  /system/bt/bta/include/
bta_gatt_api.h 237 UINT16 e_handle; /* used for service only */ member in struct:__anon71943
434 UINT16 e_handle; member in struct:__anon71958
567 UINT16 e_handle; member in struct:__anon71968
    [all...]
  /system/bt/stack/srvc/
srvc_dis.c 235 param.service.e_handle = 0xFFFF;
  /system/bt/stack/gap/
gap_ble.c 523 param.service.e_handle = 0xFFFF;

Completed in 116 milliseconds