/system/bt/stack/gatt/ |
D | gatt_cl.cc | 84 if (p_clcb->s_handle > p_clcb->e_handle || p_clcb->s_handle == 0) { in gatt_act_discovery() 93 cl_req.browse.s_handle = p_clcb->s_handle; in gatt_act_discovery() 106 cl_req.find_type_value.s_handle = p_clcb->s_handle; in gatt_act_discovery() 151 msg.browse.s_handle = p_clcb->s_handle; in gatt_act_read() 164 msg.handle = p_clcb->s_handle; in gatt_act_read() 175 msg.read_blob.handle = p_clcb->s_handle; in gatt_act_read() 182 msg.read_blob.handle = p_clcb->s_handle; in gatt_act_read() 193 msg.handle = p_clcb->s_handle; in gatt_act_read() 218 p_clcb->s_handle = attr.handle; in gatt_act_write() 235 p_clcb->s_handle = attr.handle; in gatt_act_write() [all …]
|
D | gatt_api.cc | 44 tGATT_HDL_LIST_ELEM& gatt_add_an_item_to_list(uint16_t s_handle) { in gatt_add_an_item_to_list() argument 48 if (s_handle > it->asgn_range.s_handle) break; in gatt_add_an_item_to_list() 73 gatt_add_an_item_to_list(p_hndl_range->s_handle); in GATTS_AddHandleRange() 195 list.asgn_range.s_handle = s_hdl; in GATTS_AddService() 207 << ", s_hdl=" << loghex(list.asgn_range.s_handle) in GATTS_AddService() 259 list.svc_db, p_incl_decl->asgn_range.s_handle, in GATTS_AddService() 272 if (list.asgn_range.s_handle < it->s_hdl) break; in GATTS_AddService() 278 elem.s_hdl = list.asgn_range.s_handle; in GATTS_AddService() 353 GATTS_StopService(it->asgn_range.s_handle); in GATTS_DeleteService() 356 VLOG(1) << "released handles s_hdl=" << loghex(it->asgn_range.s_handle) in GATTS_DeleteService() [all …]
|
D | gatt_db.cc | 222 UINT16_TO_STREAM(p, incl_handle.s_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 265 if (attr.handle >= s_handle && type == attr.uuid) { in gatts_db_read_attr_value_by_type() 328 uint16_t gatts_add_included_service(tGATT_SVC_DB& db, uint16_t s_handle, 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() 344 attr.p_value->incl_handle.s_handle = s_handle; in gatts_add_included_service()
|
D | gatt_attr.cc | 325 p_clcb->s_handle = p_data->value.dclr_value.val_handle; in gatt_disc_res_cback() 331 p_clcb->s_handle = p_data->handle; in gatt_disc_res_cback() 403 GATTC_Discover(p_clcb->conn_id, GATT_DISC_CHAR_DSCPT, p_clcb->s_handle, in gatt_cl_start_config_ccc() 411 ccc_value.handle = p_clcb->s_handle; in gatt_cl_start_config_ccc()
|
D | att_protocol.cc | 168 UINT16_TO_STREAM(p, p_value_type->s_handle); in attp_build_read_by_type_value_cmd() 472 if (!GATT_HANDLE_IS_VALID(p_msg->browse.s_handle) || in attp_send_cl_msg() 474 p_msg->browse.s_handle > p_msg->browse.e_handle) in attp_send_cl_msg() 477 p_cmd = attp_build_browse_cmd(op_code, p_msg->browse.s_handle, in attp_send_cl_msg()
|
D | gatt_int.h | 105 uint16_t s_handle; /* starting handle */ member 313 uint16_t s_handle; /* starting handle of the active request */ member 350 uint16_t s_handle; member 549 extern uint16_t gatts_add_included_service(tGATT_SVC_DB& db, uint16_t s_handle, 559 uint16_t s_handle, uint16_t e_handle, const bluetooth::Uuid& type,
|
D | gatt_utils.cc | 196 if (elem.asgn_range.s_handle == handle) return &elem; in gatt_find_hdl_buffer_by_handle() 216 (start_handle == it->asgn_range.s_handle)) { in gatt_find_hdl_buffer_by_app_id() 1198 cb_data.att_value.handle = p_clcb->s_handle; in gatt_end_operation() 1207 cb_data.handle = cb_data.att_value.handle = p_clcb->s_handle; in gatt_end_operation()
|
/system/bt/btif/src/ |
D | btif_gatt_test.cc | 131 p_data->value.incl_service.s_handle, in btif_test_discovery_result_cback() 133 p_data->value.incl_service.s_handle, in btif_test_discovery_result_cback()
|
D | btif_gatt_client.cc | 417 uint16_t s_handle, in btif_gattc_read_using_char_uuid() argument 421 s_handle, e_handle, auth_req, in btif_gattc_read_using_char_uuid()
|
/system/bt/stack/include/ |
D | gatt_api.h | 429 uint16_t s_handle; member 510 uint16_t s_handle; /* starting handle */ member 604 uint16_t s_handle; member
|
/system/bt/bta/gatt/ |
D | bta_gattc_api.cc | 377 uint16_t s_handle, uint16_t e_handle, in BTA_GATTC_ReadUsingCharUuid() argument 388 p_buf->s_handle = s_handle; in BTA_GATTC_ReadUsingCharUuid()
|
D | bta_gattc_cache.cc | 338 p_data->value.incl_service.s_handle, in bta_gattc_disc_res_cback() 539 uint16_t att_handle, uint16_t s_handle, in bta_gattc_fill_gatt_db_el() argument 544 p_attr->start_handle = s_handle; in bta_gattc_fill_gatt_db_el()
|
D | bta_gattc_act.cc | 748 read_param.char_type.s_handle = p_data->api_read.s_handle; in bta_gattc_read() 1150 uint16_t s_handle = ((uint16_t)(*(p)) + (((uint16_t)(*(p + 1))) << 8)); in bta_gattc_process_srvc_chg_ind() local 1153 LOG(ERROR) << __func__ << ": service changed s_handle=" << loghex(s_handle) in bta_gattc_process_srvc_chg_ind() 1159 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 s_handle; member
|
/system/bt/bta/include/ |
D | bta_gatt_api.h | 270 uint16_t s_handle; member 581 uint16_t s_handle, uint16_t e_handle,
|
/system/bt/include/hardware/ |
D | bt_gatt_client.h | 247 uint16_t s_handle,
|
/system/bt/stack/srvc/ |
D | srvc_dis.cc | 222 param.service.s_handle = 1; in dis_gatt_c_read_dis_req()
|
/system/bt/stack/gap/ |
D | gap_ble.cc | 251 param.service.s_handle = 1; in send_cl_read_request()
|