/system/bt/btif/src/ |
D | btif_gatt_test.cc | 114 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()
|
D | btif_gatt_client.cc | 458 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/ |
D | gatt_db.cc | 225 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()
|
D | gatt_cl.cc | 89 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()
|
D | gatt_api.cc | 194 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()
|
D | att_protocol.cc | 171 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()
|
D | gatt_attr.cc | 451 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()
|
D | gatt_int.h | 104 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,
|
D | gatt_sr_hash.cc | 83 UINT16_TO_STREAM(p_data, attr_it->p_value->incl_handle.e_handle); in fill_database_info()
|
/system/bt/stack/include/ |
D | gatt_api.h | 526 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/ |
D | bta_gattc_api.cc | 384 uint16_t s_handle, uint16_t e_handle, in BTA_GATTC_ReadUsingCharUuid() argument 396 p_buf->e_handle = e_handle; in BTA_GATTC_ReadUsingCharUuid()
|
D | bta_gattc_cache.cc | 404 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()
|
D | bta_gattc_act.cc | 787 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()
|
D | bta_gattc_int.h | 107 uint16_t e_handle; member
|
/system/bt/test/mock/ |
D | mock_bta_gattc_api.cc | 140 uint16_t s_handle, uint16_t e_handle, in BTA_GATTC_ReadUsingCharUuid() argument
|
/system/bt/bta/include/ |
D | bta_gatt_api.h | 302 uint16_t e_handle; member 612 uint16_t s_handle, uint16_t e_handle,
|
/system/bt/include/hardware/ |
D | bt_gatt_client.h | 253 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 | 257 param.service.e_handle = 0xFFFF; in send_cl_read_request()
|
/system/bt/stack/test/gatt/ |
D | gatt_sr_test.cc | 97 BT_HDR* p_rsp, uint16_t s_handle, uint16_t e_handle, const Uuid& type, in gatts_db_read_attr_value_by_type() argument
|