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

  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_cache.c 77 i, p_cur_srvc->s_handle, p_cur_srvc->e_handle,
117 APPL_TRACE_ERROR5("\t rec[%d] uuid[0x%04x] s_handle[%d] e_handle[%d] is_primary[%d]",
118 i + 1, pp->uuid.uu.uuid16, pp->s_handle, pp->e_handle, pp->is_primary);
266 UINT16 s_handle, UINT16 e_handle,
287 p_new_srvc->e_handle = e_handle;
413 *p_e_hdl = p_rec->e_handle;
415 APPL_TRACE_DEBUG2("discover range [%d ~ %d]",p_rec->s_handle, p_rec->e_handle);
462 param.e_handle = 0xFFFF;
469 bta_gattc_get_disc_range(p_server_cb, &param.s_handle, &param.e_handle, is_service)
    [all...]
bta_gattc_int.h 232 UINT16 e_handle; member in struct:gattc_svc_cache
242 UINT16 e_handle; member in struct:__anon2514
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_test.c 152 p_data->handle, p_data->value.group_value.e_handle,
153 p_data->handle, p_data->value.group_value.e_handle);
166 p_data->value.incl_service.s_handle, p_data->value.incl_service.e_handle,
167 p_data->value.incl_service.s_handle, p_data->value.incl_service.e_handle);
264 param.e_handle = params->u3;
  /external/bluetooth/bluedroid/stack/gatt/
gatt_cl.c 77 if (p_clcb->s_handle <= p_clcb->e_handle && p_clcb->s_handle != 0)
82 cl_req.browse.e_handle = p_clcb->e_handle;
95 cl_req.find_type_value.e_handle = p_clcb->e_handle;
133 msg.browse.e_handle = p_clcb->e_handle;
411 STREAM_TO_UINT16 (result.value.group_value.e_handle, p);
421 p_clcb->s_handle = (result.value.group_value.e_handle == 0) ? 0 : (result.value.group_value.e_handle + 1)
    [all...]
gatt_api.c 185 s_hdl = p_list->asgn_range.e_handle + 1;
214 p_list->asgn_range.e_handle = s_hdl+num_handles-1;
256 num_handles, p_list->asgn_range.s_handle , p_list->asgn_range.e_handle,
295 p_incl_decl->asgn_range.e_handle,
438 p_list->asgn_range.s_handle , p_list->asgn_range.e_handle );
847 !GATT_HANDLE_IS_VALID(p_param->e_handle) ||
859 p_clcb->e_handle = p_param->e_handle;
    [all...]
att_protocol.c 176 p_buf->len = 5; /* opcode + s_handle + e_handle */
180 UINT16_TO_STREAM (p, p_value_type->e_handle);
556 GATT_HANDLE_IS_VALID (p_msg->browse.e_handle) &&
557 p_msg->browse.s_handle <= p_msg->browse.e_handle)
561 p_msg->browse.e_handle,
gatt_db.c 278 UINT16_TO_STREAM(p, p_attr16->p_value->incl_handle.e_handle);
306 ** e_handle: ending handle of the range we are looking for.
320 UINT16 e_handle,
338 while (p_attr && p_attr->handle <= e_handle)
412 UINT16 gatts_add_included_service (tGATT_SVC_DB *p_db, UINT16 s_handle, UINT16 e_handle,
418 s_handle, e_handle, service.uu.uuid16);
420 if (service.len == 0 || s_handle == 0 || e_handle == 0)
431 p_attr->p_value->incl_handle.e_handle = e_handle;
    [all...]
gatt_int.h 107 UINT16 e_handle; /* ending handle */ member in struct:__anon3104
390 UINT16 e_handle; /* ending handle of the active request */ member in struct:__anon3121
650 extern UINT8 gatt_act_send_browse(tGATT_TCB *p_tcb, UINT16 index, UINT8 op, UINT16 s_handle, UINT16 e_handle,
668 extern UINT16 gatts_add_included_service (tGATT_SVC_DB *p_db, UINT16 s_handle, UINT16 e_handle, tBT_UUID service);
672 UINT16 e_handle, tBT_UUID type, UINT16 *p_len, tGATT_SEC_FLAG sec_flag, UINT8 key_size,UINT32 trans_id, UINT16 *p_cur_handle);
gatt_utils.c     [all...]
  /external/bluetooth/bluedroid/stack/include/
gatt_api.h 401 UINT16 e_handle; member in struct:__anon3335
423 UINT16 e_handle; member in struct:__anon3337
506 UINT16 e_handle; /* ending handle of the group */ member in struct:__anon3345
517 UINT16 e_handle; /* ending handle */ member in struct:__anon3346
595 UINT16 e_handle; member in struct:__anon3350
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h 245 UINT16 e_handle; /* used for service only */ member in struct:__anon2684
435 UINT16 e_handle; member in struct:__anon2698
    [all...]
  /external/bluetooth/bluedroid/stack/gap/
gap_ble.c 751 param.service.e_handle = 0xFFFF;
942 param.e_handle = 0xFFFF;

Completed in 275 milliseconds