Searched refs:e_handle (Results 1 - 14 of 14) sorted by relevance

/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gattc_cache.c78 i, p_cur_srvc->s_handle, p_cur_srvc->e_handle,
118 APPL_TRACE_ERROR("\t rec[%d] uuid[0x%04x] s_handle[%d] e_handle[%d] is_primary[%d]",
119 i + 1, pp->uuid.uu.uuid16, pp->s_handle, pp->e_handle, pp->is_primary);
296 UINT16 s_handle, UINT16 e_handle,
317 p_new_srvc->e_handle = e_handle;
448 *p_e_hdl = p_rec->e_handle;
450 APPL_TRACE_DEBUG("discover range [%d ~ %d]",p_rec->s_handle, p_rec->e_handle);
499 param.e_handle = 0xFFFF;
506 bta_gattc_get_disc_range(p_server_cb, &param.s_handle, &param.e_handle, is_servic
295 bta_gattc_add_srvc_to_cache(tBTA_GATTC_SERV *p_srvc_cb, UINT16 s_handle, UINT16 e_handle, tBT_UUID *p_uuid, BOOLEAN is_primary, UINT8 srvc_inst) argument
697 bta_gattc_srvc_in_list(tBTA_GATTC_SERV *p_srvc_cb, UINT16 s_handle, UINT16 e_handle, tBT_UUID uuid) argument
735 bta_gattc_add_srvc_to_list(tBTA_GATTC_SERV *p_srvc_cb, UINT16 s_handle, UINT16 e_handle, tBT_UUID uuid, BOOLEAN is_primary) argument
1548 bta_gattc_fill_nv_attr(tBTA_GATTC_NV_ATTR *p_attr, UINT8 type, UINT16 s_handle, UINT16 e_handle, UINT8 id, tBT_UUID uuid, UINT8 prop, BOOLEAN is_primary) argument
[all...]
H A Dbta_gattc_int.h274 UINT16 e_handle; member in struct:gattc_svc_cache
285 UINT16 e_handle; member in struct:__anon569
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_attr.c333 p_clcb->e_handle = p_data->value.group_value.e_handle;
427 srvc_disc_param.e_handle = 0xffff;
439 srvc_disc_param.e_handle = p_clcb->e_handle;
451 srvc_disc_param.e_handle = p_clcb->e_handle;
H A Dgatt_cl.c86 if (p_clcb->s_handle <= p_clcb->e_handle && p_clcb->s_handle != 0)
91 cl_req.browse.e_handle = p_clcb->e_handle;
104 cl_req.find_type_value.e_handle = p_clcb->e_handle;
151 msg.browse.e_handle = p_clcb->e_handle;
433 STREAM_TO_UINT16 (result.value.group_value.e_handle, p);
443 p_clcb->s_handle = (result.value.group_value.e_handle == 0) ? 0 : (result.value.group_value.e_handle
[all...]
H A Dgatt_api.c185 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,
439 p_list->asgn_range.s_handle , p_list->asgn_range.e_handle );
857 !GATT_HANDLE_IS_VALID(p_param->e_handle) ||
869 p_clcb->e_handle = p_param->e_handle;
932 p_clcb->e_handle = p_read->service.e_handle;
[all...]
H A Datt_protocol.c176 p_buf->len = 5; /* opcode + s_handle + e_handle */
180 UINT16_TO_STREAM (p, p_value_type->e_handle);
557 GATT_HANDLE_IS_VALID (p_msg->browse.e_handle) &&
558 p_msg->browse.s_handle <= p_msg->browse.e_handle)
562 p_msg->browse.e_handle,
H A Dgatt_db.c289 UINT16_TO_STREAM(p, p_attr16->p_value->incl_handle.e_handle);
317 ** e_handle: ending handle of the range we are looking for.
331 UINT16 e_handle,
352 while (p_attr && p_attr->handle <= e_handle)
451 UINT16 gatts_add_included_service (tGATT_SVC_DB *p_db, UINT16 s_handle, UINT16 e_handle, argument
458 s_handle, e_handle, service.uu.uuid16);
460 if (service.len == 0 || s_handle == 0 || e_handle == 0)
471 p_attr->p_value->incl_handle.e_handle = e_handle;
326 gatts_db_read_attr_value_by_type(tGATT_TCB *p_tcb, tGATT_SVC_DB *p_db, UINT8 op_code, BT_HDR *p_rsp, UINT16 s_handle, UINT16 e_handle, tBT_UUID type, UINT16 *p_len, tGATT_SEC_FLAG sec_flag, UINT8 key_size, UINT32 trans_id, UINT16 *p_cur_handle) argument
H A Dgatt_int.h107 UINT16 e_handle; /* ending handle */ member in struct:__anon1274
405 UINT16 e_handle; /* ending handle of the active request */ member in struct:__anon1292
483 UINT16 e_handle; member in struct:__anon1299
679 extern UINT8 gatt_act_send_browse(tGATT_TCB *p_tcb, UINT16 index, UINT8 op, UINT16 s_handle, UINT16 e_handle,
697 extern UINT16 gatts_add_included_service (tGATT_SVC_DB *p_db, UINT16 s_handle, UINT16 e_handle, tBT_UUID service);
701 UINT16 e_handle, tBT_UUID type, UINT16 *p_len, tGATT_SEC_FLAG sec_flag, UINT8 key_size,UINT32 trans_id, UINT16 *p_cur_handle);
H A Dgatt_utils.c1363 p_sreg->e_hdl = p_list->asgn_range.e_handle;
2090 UINT16 e_handle, tBT_UUID uuid)
2095 msg.browse.e_handle = e_handle;
2089 gatt_act_send_browse(tGATT_TCB *p_tcb, UINT16 index, UINT8 op, UINT16 s_handle, UINT16 e_handle, tBT_UUID uuid) argument
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_gatt_test.c158 p_data->handle, p_data->value.group_value.e_handle,
159 p_data->handle, p_data->value.group_value.e_handle);
172 p_data->value.incl_service.s_handle, p_data->value.incl_service.e_handle,
173 p_data->value.incl_service.s_handle, p_data->value.incl_service.e_handle);
274 param.e_handle = params->u3;
/external/bluetooth/bluedroid/stack/include/
H A Dgatt_api.h407 UINT16 e_handle; member in struct:__anon1534
429 UINT16 e_handle; member in struct:__anon1536
512 UINT16 e_handle; /* ending handle of the group */ member in struct:__anon1544
523 UINT16 e_handle; /* ending handle */ member in struct:__anon1545
609 UINT16 e_handle; member in struct:__anon1549
/external/bluetooth/bluedroid/bta/include/
H A Dbta_gatt_api.h276 UINT16 e_handle; /* used for service only */ member in struct:__anon774
494 UINT16 e_handle; member in struct:__anon791
/external/bluetooth/bluedroid/stack/srvc/
H A Dsrvc_dis.c236 param.service.e_handle = 0xFFFF;
/external/bluetooth/bluedroid/stack/gap/
H A Dgap_ble.c673 param.service.e_handle = 0xFFFF;

Completed in 156 milliseconds