/system/bt/bta/gatt/ |
D | bta_gattc_cache.cc | 89 << ", e_handle=" << loghex(service.e_handle) in display_db() 154 if (handle >= service.s_handle && handle <= service.e_handle) in bta_gattc_find_matching_service() 163 uint16_t s_handle, uint16_t e_handle, in add_service_to_gatt_db() argument 171 .e_handle = e_handle, in add_service_to_gatt_db() 200 if (service->e_handle < value_handle) service->e_handle = value_handle; in add_characteristic_to_gatt_db() 283 tGATT_DISC_PARAM param{.s_handle = 0x0001, .e_handle = 0xFFFF}; in bta_gattc_discover_pri_service() 304 end_handle = p_srvc_cb->pending_service->e_handle; in bta_gattc_start_disc_char_dscp() 309 .e_handle = end_handle}; in bta_gattc_start_disc_char_dscp() 331 .e_handle = service.e_handle}; in bta_gattc_explore_srvc() 375 uint16_t s_handle, uint16_t e_handle, Uuid) { in bta_gattc_srvc_in_list() argument [all …]
|
D | bta_gattc_api.cc | 253 param->e_handle = 0xFFFF; in BTA_GATTC_DiscoverServiceByUuid() 377 uint16_t s_handle, uint16_t e_handle, in BTA_GATTC_ReadUsingCharUuid() argument 389 p_buf->e_handle = e_handle; in BTA_GATTC_ReadUsingCharUuid()
|
D | bta_gattc_act.cc | 745 read_param.char_type.e_handle = p_data->api_read.e_handle; in bta_gattc_read() 1144 uint16_t e_handle = ((uint16_t)(*(p + 2)) + (((uint16_t)(*(p + 3))) << 8)); in bta_gattc_process_srvc_chg_ind() local 1147 << ", e_handle=" << loghex(e_handle); in bta_gattc_process_srvc_chg_ind() 1152 bta_gattc_clear_notif_registration(p_srcb, conn_id, s_handle, e_handle); in bta_gattc_process_srvc_chg_ind()
|
D | bta_gattc_int.h | 109 uint16_t e_handle; member
|
/system/bt/btif/src/ |
D | btif_gatt_test.cc | 117 p_data->handle, p_data->value.group_value.e_handle, in btif_test_discovery_result_cback() 118 p_data->handle, p_data->value.group_value.e_handle); in btif_test_discovery_result_cback() 132 p_data->value.incl_service.e_handle, in btif_test_discovery_result_cback() 134 p_data->value.incl_service.e_handle); in btif_test_discovery_result_cback() 232 param.e_handle = params->u3; in btif_gattc_test_command_impl()
|
D | btif_gatt_client.cc | 416 uint16_t e_handle, int auth_req) { in btif_gattc_read_using_char_uuid() argument 419 s_handle, e_handle, auth_req, in btif_gattc_read_using_char_uuid()
|
/system/bt/stack/gatt/ |
D | gatt_attr.cc | 320 p_clcb->e_handle = p_data->value.group_value.e_handle; in gatt_disc_res_cback() 399 srvc_disc_param.e_handle = 0xffff; in gatt_cl_start_config_ccc() 406 srvc_disc_param.e_handle = p_clcb->e_handle; in gatt_cl_start_config_ccc() 413 srvc_disc_param.e_handle = p_clcb->e_handle; in gatt_cl_start_config_ccc()
|
D | gatt_cl.cc | 84 if (p_clcb->s_handle > p_clcb->e_handle || p_clcb->s_handle == 0) { in gatt_act_discovery() 94 cl_req.browse.e_handle = p_clcb->e_handle; in gatt_act_discovery() 107 cl_req.find_type_value.e_handle = p_clcb->e_handle; in gatt_act_discovery() 152 msg.browse.e_handle = p_clcb->e_handle; in gatt_act_read() 390 STREAM_TO_UINT16(result.value.group_value.e_handle, p); in gatt_process_find_type_value_rsp() 401 p_clcb->s_handle = (result.value.group_value.e_handle == 0) in gatt_process_find_type_value_rsp() 403 : (result.value.group_value.e_handle + 1); in gatt_process_find_type_value_rsp() 760 record_value.group_value.e_handle = handle; in gatt_process_read_by_type_rsp() 778 STREAM_TO_UINT16(record_value.incl_service.e_handle, p); in gatt_process_read_by_type_rsp() 781 !GATT_HANDLE_IS_VALID(record_value.incl_service.e_handle)) { in gatt_process_read_by_type_rsp()
|
D | gatt_db.cc | 223 UINT16_TO_STREAM(p, incl_handle.e_handle); in read_attr_value() 256 uint16_t s_handle, uint16_t e_handle, const Uuid& type, uint16_t* p_len, in gatts_db_read_attr_value_by_type() argument 329 uint16_t e_handle, const Uuid& service) { in gatts_add_included_service() argument 333 << StringPrintf(": s_hdl=0x%04x e_hdl=0x%04x ", s_handle, e_handle) in gatts_add_included_service() 336 if (service.IsEmpty() || s_handle == 0 || e_handle == 0) { in gatts_add_included_service() 345 attr.p_value->incl_handle.e_handle = e_handle; in gatts_add_included_service()
|
D | gatt_api.cc | 176 s_hdl = gatt_cb.hdl_list_info->front().asgn_range.e_handle + 1; in GATTS_AddService() 197 list.asgn_range.e_handle = s_hdl + num_handles - 1; in GATTS_AddService() 209 num_handles, list.asgn_range.s_handle, list.asgn_range.e_handle, in GATTS_AddService() 261 p_incl_decl->asgn_range.e_handle, p_incl_decl->asgn_range.svc_uuid); in GATTS_AddService() 280 elem.e_hdl = list.asgn_range.e_handle; in GATTS_AddService() 358 it->asgn_range.s_handle, it->asgn_range.e_handle); in GATTS_DeleteService() 644 !GATT_HANDLE_IS_VALID(p_param->e_handle) || in GATTC_Discover() 661 p_clcb->e_handle = p_param->e_handle; in GATTC_Discover() 715 p_clcb->e_handle = p_read->service.e_handle; in GATTC_Read()
|
D | att_protocol.cc | 169 UINT16_TO_STREAM(p, p_value_type->e_handle); in attp_build_read_by_type_value_cmd() 475 !GATT_HANDLE_IS_VALID(p_msg->browse.e_handle) || in attp_send_cl_msg() 476 p_msg->browse.s_handle > p_msg->browse.e_handle) in attp_send_cl_msg() 480 p_msg->browse.e_handle, p_msg->browse.uuid); in attp_send_cl_msg()
|
D | gatt_int.h | 106 uint16_t e_handle; /* ending handle */ member 314 uint16_t e_handle; /* ending handle of the active request */ member 356 uint16_t e_handle; member 562 uint16_t e_handle, 571 uint16_t s_handle, uint16_t e_handle, const bluetooth::Uuid& type,
|
/system/bt/bta/test/ |
D | gatt_cache_file_test.cc | 32 .e_handle = 0xFFFF, in TEST()
|
/system/bt/stack/include/ |
D | gatt_api.h | 418 uint16_t e_handle; member 438 uint16_t e_handle; member 510 uint16_t e_handle; /* ending handle of the group */ member 519 uint16_t e_handle; /* ending handle */ member 613 uint16_t e_handle; member
|
/system/bt/bta/include/ |
D | bta_gatt_api.h | 111 uint16_t e_handle; /* used for service only */ member 288 uint16_t e_handle; member 386 uint16_t e_handle; member 634 uint16_t s_handle, uint16_t e_handle,
|
/system/bt/include/hardware/ |
D | bt_gatt_client.h | 248 uint16_t e_handle,
|
/system/bt/stack/srvc/ |
D | srvc_dis.cc | 223 param.service.e_handle = 0xFFFF; in dis_gatt_c_read_dis_req()
|
/system/bt/stack/gap/ |
D | gap_ble.cc | 252 param.service.e_handle = 0xFFFF; in send_cl_read_request()
|