Searched defs:e_handle (Results 1 - 7 of 7) sorted by relevance

/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_db.c278 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, argument
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;
315 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:__anon1147
390 UINT16 e_handle; /* ending handle of the active request */ member in struct:__anon1164
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);
H A Dgatt_utils.c1279 p_sreg->e_hdl = p_list->asgn_range.e_handle;
1997 UINT16 e_handle, tBT_UUID uuid)
2002 msg.browse.e_handle = e_handle;
1996 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/bta/gatt/
H A Dbta_gattc_cache.c77 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);
295 UINT16 s_handle, UINT16 e_handle,
316 p_new_srvc->e_handle = e_handle;
447 *p_e_hdl = p_rec->e_handle;
449 APPL_TRACE_DEBUG2("discover range [%d ~ %d]",p_rec->s_handle, p_rec->e_handle);
488 param.e_handle = 0xFFFF;
495 bta_gattc_get_disc_range(p_server_cb, &param.s_handle, &param.e_handle, is_servic
294 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
686 bta_gattc_srvc_in_list(tBTA_GATTC_SERV *p_srvc_cb, UINT16 s_handle, UINT16 e_handle, tBT_UUID uuid) argument
723 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
1533 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.h253 UINT16 e_handle; member in struct:gattc_svc_cache
264 UINT16 e_handle; member in struct:__anon548
/external/bluetooth/bluedroid/bta/include/
H A Dbta_gatt_api.h246 UINT16 e_handle; /* used for service only */ member in struct:__anon723
440 UINT16 e_handle; member in struct:__anon737
/external/bluetooth/bluedroid/stack/include/
H A Dgatt_api.h410 UINT16 e_handle; member in struct:__anon1380
432 UINT16 e_handle; member in struct:__anon1382
515 UINT16 e_handle; /* ending handle of the group */ member in struct:__anon1390
526 UINT16 e_handle; /* ending handle */ member in struct:__anon1391
602 UINT16 e_handle; member in struct:__anon1395

Completed in 164 milliseconds