Home
last modified time | relevance | path

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

/system/bt/bta/gatt/
Dbta_gattc_cache.c96 p_cur_srvc->s_handle, p_cur_srvc->e_handle, in display_cache_service()
143 i + 1, pp->uuid.uu.uuid16, pp->s_handle, pp->e_handle, pp->is_primary); in bta_gattc_display_explore_record()
201 UINT16 s_handle, UINT16 e_handle, in bta_gattc_add_srvc_to_cache() argument
213 p_new_srvc->e_handle = e_handle; in bta_gattc_add_srvc_to_cache()
249 if (service->e_handle < value_handle) in bta_gattc_add_char_to_cache()
250 service->e_handle = value_handle; in bta_gattc_add_char_to_cache()
356 *p_e_hdl = p_rec->e_handle; in bta_gattc_get_disc_range()
358 APPL_TRACE_DEBUG("discover range [%d ~ %d]",p_rec->s_handle, p_rec->e_handle); in bta_gattc_get_disc_range()
407 param.e_handle = 0xFFFF; in bta_gattc_discover_procedure()
414 bta_gattc_get_disc_range(p_server_cb, &param.s_handle, &param.e_handle, is_service); in bta_gattc_discover_procedure()
[all …]
Dbta_gattc_int.h242 UINT16 e_handle; member
Dbta_gattc_act.c1698 UINT16 e_handle = ((UINT16)(*(p + 2)) + (((UINT16)(*(p + 3))) << 8)); in bta_gattc_process_srvc_chg_ind() local
1701 __func__, s_handle, e_handle); in bta_gattc_process_srvc_chg_ind()
1707 bta_gattc_clear_notif_registration(p_srcb, conn_id, s_handle, e_handle); in bta_gattc_process_srvc_chg_ind()
/system/bt/stack/gatt/
Dgatt_attr.c321 p_clcb->e_handle = p_data->value.group_value.e_handle; in gatt_disc_res_cback()
407 srvc_disc_param.e_handle = 0xffff; in gatt_cl_start_config_ccc()
415 srvc_disc_param.e_handle = p_clcb->e_handle; in gatt_cl_start_config_ccc()
423 srvc_disc_param.e_handle = p_clcb->e_handle; in gatt_cl_start_config_ccc()
Dgatt_cl.c87 if (p_clcb->s_handle <= p_clcb->e_handle && p_clcb->s_handle != 0) in gatt_act_discovery()
92 cl_req.browse.e_handle = p_clcb->e_handle; in gatt_act_discovery()
105 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()
434 STREAM_TO_UINT16 (result.value.group_value.e_handle, p); in gatt_process_find_type_value_rsp()
444 …p_clcb->s_handle = (result.value.group_value.e_handle == 0) ? 0 : (result.value.group_value.e_hand… in gatt_process_find_type_value_rsp()
818 record_value.group_value.e_handle = handle; in gatt_process_read_by_type_rsp()
830 STREAM_TO_UINT16(record_value.incl_service.e_handle, p); in gatt_process_read_by_type_rsp()
833 !GATT_HANDLE_IS_VALID(record_value.incl_service.e_handle)) in gatt_process_read_by_type_rsp()
Dgatt_api.c184 s_hdl = p_list->asgn_range.e_handle + 1; in GATTS_CreateService()
213 p_list->asgn_range.e_handle = s_hdl+num_handles-1; in GATTS_CreateService()
255 num_handles, p_list->asgn_range.s_handle , p_list->asgn_range.e_handle, in GATTS_CreateService()
294 p_incl_decl->asgn_range.e_handle, in GATTS_AddIncludeService()
438 p_list->asgn_range.s_handle , p_list->asgn_range.e_handle ); in GATTS_DeleteService()
856 !GATT_HANDLE_IS_VALID(p_param->e_handle) || in GATTC_Discover()
868 p_clcb->e_handle = p_param->e_handle; in GATTC_Discover()
930 p_clcb->e_handle = p_read->service.e_handle; in GATTC_Read()
Dgatt_db.c284 UINT16_TO_STREAM(p, p_attr16->p_value->incl_handle.e_handle); in read_attr_value()
326 UINT16 e_handle, in gatts_db_read_attr_value_by_type() argument
344 while (p_attr && p_attr->handle <= e_handle) in gatts_db_read_attr_value_by_type()
440 UINT16 gatts_add_included_service (tGATT_SVC_DB *p_db, UINT16 s_handle, UINT16 e_handle, in gatts_add_included_service() argument
447 s_handle, e_handle, service.uu.uuid16); in gatts_add_included_service()
449 if (service.len == 0 || s_handle == 0 || e_handle == 0) in gatts_add_included_service()
460 p_attr->p_value->incl_handle.e_handle = e_handle; in gatts_add_included_service()
Datt_protocol.c168 UINT16_TO_STREAM(p, p_value_type->e_handle); in attp_build_read_by_type_value_cmd()
529 GATT_HANDLE_IS_VALID (p_msg->browse.e_handle) && in attp_send_cl_msg()
530 p_msg->browse.s_handle <= p_msg->browse.e_handle) in attp_send_cl_msg()
534 p_msg->browse.e_handle, in attp_send_cl_msg()
Dgatt_int.h107 UINT16 e_handle; /* ending handle */ member
403 UINT16 e_handle; /* ending handle of the active request */ member
462 UINT16 e_handle; member
660 …T8 gatt_act_send_browse(tGATT_TCB *p_tcb, UINT16 index, UINT8 op, UINT16 s_handle, UINT16 e_handle,
678 extern UINT16 gatts_add_included_service (tGATT_SVC_DB *p_db, UINT16 s_handle, UINT16 e_handle, tBT…
682 …UINT16 e_handle, tBT_UUID type, UINT16 *p_len, tGATT_SEC_FLAG sec_flag, UINT8 key_size,UINT32 tran…
Dgatt_utils.c1416 p_sreg->e_hdl = p_list->asgn_range.e_handle; in gatt_sr_alloc_rcb()
2150 UINT16 e_handle, tBT_UUID uuid) in gatt_act_send_browse() argument
2155 msg.browse.e_handle = e_handle; in gatt_act_send_browse()
/system/bt/btif/src/
Dbtif_gatt_test.c154 p_data->handle, p_data->value.group_value.e_handle, in btif_test_discovery_result_cback()
155 p_data->handle, p_data->value.group_value.e_handle); in btif_test_discovery_result_cback()
168 p_data->value.incl_service.s_handle, p_data->value.incl_service.e_handle, in btif_test_discovery_result_cback()
169 p_data->value.incl_service.s_handle, p_data->value.incl_service.e_handle); in btif_test_discovery_result_cback()
270 param.e_handle = params->u3; in btif_gattc_test_command_impl()
/system/bt/stack/include/
Dgatt_api.h408 UINT16 e_handle; member
430 UINT16 e_handle; member
513 UINT16 e_handle; /* ending handle of the group */ member
524 UINT16 e_handle; /* ending handle */ member
609 UINT16 e_handle; member
/system/bt/bta/include/
Dbta_gatt_api.h237 UINT16 e_handle; /* used for service only */ member
434 UINT16 e_handle; member
567 UINT16 e_handle; member
/system/bt/stack/srvc/
Dsrvc_dis.c235 param.service.e_handle = 0xFFFF; in dis_gatt_c_read_dis_req()
/system/bt/stack/gap/
Dgap_ble.c523 param.service.e_handle = 0xFFFF; in gap_ble_send_cl_read_request()