Home
last modified time | relevance | path

Searched refs:e_handle (Results 1 – 20 of 20) sorted by relevance

/system/bt/btif/src/
Dbtif_gatt_test.cc114 p_data->handle, p_data->value.group_value.e_handle, in btif_test_discovery_result_cback()
115 p_data->handle, p_data->value.group_value.e_handle); in btif_test_discovery_result_cback()
129 p_data->value.incl_service.e_handle, in btif_test_discovery_result_cback()
131 p_data->value.incl_service.e_handle); in btif_test_discovery_result_cback()
Dbtif_gatt_client.cc458 uint16_t e_handle, in btif_gattc_read_using_char_uuid() argument
462 s_handle, e_handle, auth_req, in btif_gattc_read_using_char_uuid()
/system/bt/stack/gatt/
Dgatt_db.cc225 UINT16_TO_STREAM(p, incl_handle.e_handle); in read_attr_value()
269 BT_HDR* p_rsp, uint16_t s_handle, uint16_t e_handle, const Uuid& type, in gatts_db_read_attr_value_by_type() argument
327 uint16_t e_handle, const Uuid& service) { in gatts_add_included_service() argument
331 << StringPrintf(": s_hdl=0x%04x e_hdl=0x%04x ", s_handle, e_handle) in gatts_add_included_service()
334 if (service.IsEmpty() || s_handle == 0 || e_handle == 0) { in gatts_add_included_service()
343 attr.p_value->incl_handle.e_handle = e_handle; in gatts_add_included_service()
Dgatt_cl.cc89 if (p_clcb->s_handle > p_clcb->e_handle || p_clcb->s_handle == 0) { in gatt_act_discovery()
99 cl_req.browse.e_handle = p_clcb->e_handle; in gatt_act_discovery()
112 cl_req.find_type_value.e_handle = p_clcb->e_handle; in gatt_act_discovery()
158 msg.browse.e_handle = p_clcb->e_handle; in gatt_act_read()
398 STREAM_TO_UINT16(result.value.group_value.e_handle, p); in gatt_process_find_type_value_rsp()
410 p_clcb->s_handle = (result.value.group_value.e_handle == 0) in gatt_process_find_type_value_rsp()
412 : (result.value.group_value.e_handle + 1); in gatt_process_find_type_value_rsp()
799 record_value.group_value.e_handle = handle; in gatt_process_read_by_type_rsp()
817 STREAM_TO_UINT16(record_value.incl_service.e_handle, p); in gatt_process_read_by_type_rsp()
820 !GATT_HANDLE_IS_VALID(record_value.incl_service.e_handle)) { in gatt_process_read_by_type_rsp()
Dgatt_api.cc194 s_hdl = gatt_cb.hdl_list_info->front().asgn_range.e_handle + 1; in GATTS_AddService()
214 list.asgn_range.e_handle = s_hdl + num_handles - 1; in GATTS_AddService()
226 << ", e_hdl=" << loghex(list.asgn_range.e_handle) in GATTS_AddService()
284 p_incl_decl->asgn_range.e_handle, p_incl_decl->asgn_range.svc_uuid); in GATTS_AddService()
303 elem.e_hdl = list.asgn_range.e_handle; in GATTS_AddService()
383 << ", e_hdl=" << loghex(it->asgn_range.e_handle); in GATTS_DeleteService()
705 p_clcb->e_handle = end_handle; in GATTC_Discover()
773 p_clcb->e_handle = p_read->service.e_handle; in GATTC_Read()
Datt_protocol.cc171 UINT16_TO_STREAM(p, p_value_type->e_handle); in attp_build_read_by_type_value_cmd()
531 !GATT_HANDLE_IS_VALID(p_msg->browse.e_handle) || in attp_send_cl_msg()
532 p_msg->browse.s_handle > p_msg->browse.e_handle) { in attp_send_cl_msg()
538 p_msg->browse.e_handle, p_msg->browse.uuid); in attp_send_cl_msg()
Dgatt_attr.cc451 p_clcb->e_handle = p_data->value.group_value.e_handle; in gatt_disc_res_cback()
514 param.service.e_handle = 0xFFFF; in gatt_svc_read_cl_supp_feat_req()
650 GATTC_Discover(p_clcb->conn_id, GATT_DISC_CHAR, 0x0001, p_clcb->e_handle, in gatt_cl_start_config_ccc()
656 p_clcb->e_handle); in gatt_cl_start_config_ccc()
769 param.service.e_handle = 0xFFFF; in gatt_cl_read_sr_supp_feat_req()
Dgatt_int.h104 uint16_t e_handle; /* ending handle */ member
344 uint16_t e_handle; /* ending handle of the active request */ member
384 uint16_t e_handle; member
632 uint16_t e_handle,
643 BT_HDR* p_rsp, uint16_t s_handle, uint16_t e_handle,
Dgatt_sr_hash.cc83 UINT16_TO_STREAM(p_data, attr_it->p_value->incl_handle.e_handle); in fill_database_info()
/system/bt/stack/include/
Dgatt_api.h526 uint16_t e_handle; member
601 uint16_t e_handle; /* ending handle of the group */ member
610 uint16_t e_handle; /* ending handle */ member
704 uint16_t e_handle; member
/system/bt/bta/gatt/
Dbta_gattc_api.cc384 uint16_t s_handle, uint16_t e_handle, in BTA_GATTC_ReadUsingCharUuid() argument
396 p_buf->e_handle = e_handle; in BTA_GATTC_ReadUsingCharUuid()
Dbta_gattc_cache.cc404 p_data->handle, p_data->value.group_value.e_handle, in bta_gattc_disc_res_cback()
412 p_data->value.incl_service.e_handle); in bta_gattc_disc_res_cback()
632 read_param.char_type.e_handle = 0xFFFF; in bta_gattc_read_db_hash()
757 uint16_t e_handle, uint16_t id, const Uuid& uuid, in bta_gattc_fill_gatt_db_el() argument
762 p_attr->end_handle = e_handle; in bta_gattc_fill_gatt_db_el()
Dbta_gattc_act.cc787 read_param.char_type.e_handle = p_data->api_read.e_handle; in bta_gattc_read()
1214 uint16_t e_handle = ((uint16_t)(*(p + 2)) + (((uint16_t)(*(p + 3))) << 8)); in bta_gattc_process_srvc_chg_ind() local
1217 << ", e_handle=" << loghex(e_handle); in bta_gattc_process_srvc_chg_ind()
1222 bta_gattc_clear_notif_registration(p_srcb, conn_id, s_handle, e_handle); in bta_gattc_process_srvc_chg_ind()
Dbta_gattc_int.h107 uint16_t e_handle; member
/system/bt/test/mock/
Dmock_bta_gattc_api.cc140 uint16_t s_handle, uint16_t e_handle, in BTA_GATTC_ReadUsingCharUuid() argument
/system/bt/bta/include/
Dbta_gatt_api.h302 uint16_t e_handle; member
612 uint16_t s_handle, uint16_t e_handle,
/system/bt/include/hardware/
Dbt_gatt_client.h253 uint16_t e_handle,
/system/bt/stack/srvc/
Dsrvc_dis.cc223 param.service.e_handle = 0xFFFF; in dis_gatt_c_read_dis_req()
/system/bt/stack/gap/
Dgap_ble.cc257 param.service.e_handle = 0xFFFF; in send_cl_read_request()
/system/bt/stack/test/gatt/
Dgatt_sr_test.cc97 BT_HDR* p_rsp, uint16_t s_handle, uint16_t e_handle, const Uuid& type, in gatts_db_read_attr_value_by_type() argument